NX Open C++ Reference Guide
|
Represents a Routing::SplitDuctBuilder. More...
Public Types | |
enum | FlowTypes { FlowTypesAbsoluteFlow, FlowTypesRelativeFlow } |
The type of flow, whether Absolute or Relative, to be displayed in the Flow column in the list. More... | |
Public Member Functions | |
void | AddDivisionsBuilderToList (NXOpen::Routing::Port *selectedPort) |
Creates divisions builders for all the divisions, if any, associated with the cross-section to which the input port belongs and adds them to the list of divisions. | |
NXOpen::Routing::DivisionsBuilder * | CreateNewDivisionsListItem (NXOpen::Routing::Port *selectedPort, bool isAbsoluteFlow) |
Creates a new item for the divisions list in Split Duct dialog. | |
NXOpen::TaggedObjectList * | DivisionsList () |
Returns the divisions list Created in NX7.5.0. | |
NXOpen::Routing::SplitDuctBuilder::FlowTypes | FlowType () |
Returns the type of flow to be displayed in the list flow column Created in NX7.5.0. | |
void | SetFlowType (NXOpen::Routing::SplitDuctBuilder::FlowTypes flowType) |
Sets the type of flow to be displayed in the list flow column Created in NX7.5.0. |
Represents a Routing::SplitDuctBuilder.
Builder for creating/editing splits at an end of a duct. Takes an end face of a rectangular stock and splits it into a pair of divisions based on the specified absolute flow percentage for each division.
To create a new instance of this class, use Routing::RouteManager::CreateSplitDuctBuilder
Default values.
Property | Value |
---|---|
FlowType |
AbsoluteFlow |
Created in NX7.5.0.
void NXOpen::Routing::SplitDuctBuilder::AddDivisionsBuilderToList | ( | NXOpen::Routing::Port * | selectedPort | ) |
Creates divisions builders for all the divisions, if any, associated with the cross-section to which the input port belongs and adds them to the list of divisions.
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
selectedPort | Selected port |
NXOpen::Routing::DivisionsBuilder* NXOpen::Routing::SplitDuctBuilder::CreateNewDivisionsListItem | ( | NXOpen::Routing::Port * | selectedPort, |
bool | isAbsoluteFlow | ||
) |
Creates a new item for the divisions list in Split Duct dialog.
selectedPort | Selected port |
isAbsoluteFlow | if TRUE: displays absolute flow percentage for each division, else displays relative flow percentage |
Returns the divisions list
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the type of flow to be displayed in the list flow column
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
void NXOpen::Routing::SplitDuctBuilder::SetFlowType | ( | NXOpen::Routing::SplitDuctBuilder::FlowTypes | flowType | ) |
Sets the type of flow to be displayed in the list flow column
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
flowType | flowtype |