![]() |
2.3.5.1.11.
Key
"PipingConnPoint" - NX routing function
2.3.5.1.11.1. More NX
Routing options
|
|
---|---|
Prev | Next |
Attributes can be added to Routing Ports.
In ifugnx.cfg
, add following
lines:
[CADOPTIONS] ProcessAdditionalClasses(is3dPart)=CONNPOINT [CreationOptions(isConnectionPoint)] Attr1=Value1 Attr2=Value2 [AttributeMapping(isConnectionPoint)] Attr1=Value1 Attr2=Value2
Thereby attributes ("Attr1" and "Attr2" with values "Value1" or "Value2") are assigned to all Connection Points (and thereof resulting Routing Ports).
Perhaps assignment to individual ports is also possible.
Hereto set the
key AnchorConnPoint
to 1.
-> Then on Connection Points, also Position Anchors for routing will be created.
With following
CreationOptions
name,
type (FittingPort or MultiPort) and flow direction (Both, In, Out, None)
can be controlled by the RoutingPorts:
[CreationOptions(isConnectionPoint)] PortName=?_METAOBJ.name #:VALS_M;"FittingPort","MultiPort"; PortType=FittingPort #:VALS_M;"Either","In","Out","None"; PortFlowDirection=Either