NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Routing::SplitDuctBuilder Class Reference

Represents a Routing::SplitDuctBuilder. More...

Inheritance diagram for NXOpen::Routing::SplitDuctBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

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::DivisionsBuilderCreateNewDivisionsListItem (NXOpen::Routing::Port *selectedPort, bool isAbsoluteFlow)
 Creates a new item for the divisions list in Split Duct dialog.
NXOpen::TaggedObjectListDivisionsList ()
 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.

Detailed Description

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.


Member Enumeration Documentation

The type of flow, whether Absolute or Relative, to be displayed in the Flow column in the list.

This also controls the type of flow based on which divisions can be created or edited

Enumerator:
FlowTypesAbsoluteFlow 

Absolute flow.

FlowTypesRelativeFlow 

Relative flow.


Member Function Documentation

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")

Parameters:
selectedPortSelected port

Creates a new item for the divisions list in Split Duct dialog.

Returns:

Created in NX7.5.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
selectedPortSelected port
isAbsoluteFlowif 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")

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")

Parameters:
flowTypeflowtype

The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.