Add parameter in the properties of the pipe


Note: For property Esconsidade to appear in the properties of the pipes:

  1. Open "Pipes Catalog\AECC Shared Content\AeccPartParamCfg.Xml"
  2. Add the node AeccParamConfigSet/AeccParamDeclaration/AeccDfSortGroup, just below:
    <AeccDfParameter name="PrtSN"...

    These two lines:

    <AeccDfParameter name="Lado"
    desc="Lado Esconsidade "
    context="Lado_"
    index="0"
    datatype="string"
    usage="String_General"
    unit=""
    visible="True"
    internal="true" />
    <AeccDfParameter
    name="EsconsidadeTubo"
    desc="Esconsidade do tubo"
    context="EsconsidadeTubo_"
    index="0"
    datatype="Float"
    usage="Double_Angle"
    unit="rad"
    visible="True"
    internal="true"/>
    

    should look like this:

  3. Locate now:
    <AeccParamUsage>
    <AeccPartDomainCfg domain="Pipe_Domain">
    <AeccPartTypeCfg type="Pipe" desc="Pipe">
    
  4. And add:
    <AeccOptParam context="Lado_" />
    <AeccOptParam context="EsconsidadeTubo_" />
    
  5. It will look like this:

  6. Save the file
  7. Open Civil 3D
  8. See the pipe properties: