NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Routing::DivisionsBuilder Class Reference

Represents a NXOpen::Routing::DivisionsBuilder. More...

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

Public Types

enum  SplitDirectionType { SplitDirectionTypeSplitVertically, SplitDirectionTypeSplitHorizontally }
 The direction in which the cross-section is to be split. More...
 

Public Member Functions

NXOpen::Routing::DivisionCreateDivisions ()
 Creates two new divisions by splitting the parent division. More...
 
NXOpen::Routing::DivisionGetDivision ()
 Gets the division object, if any, associated with the division builder. More...
 
NXOpen::ExpressionLeftChildFlow ()
 Returns the value of percent absolute or relative flow in left (first) child division
Created in NX7.5.0. More...
 
NXOpen::ExpressionRightChildFlow ()
 Returns the value of percent absolute or relative flow in right (second) child division
Created in NX7.5.0. More...
 
NXOpen::SelectNXObjectSelectedPort ()
 Returns the NXOpen::Routing::Port to identify the cross-section that is to be split
Created in NX7.5.0. More...
 
void SetSplitDirection (NXOpen::Routing::DivisionsBuilder::SplitDirectionType splitDirection)
 Sets the direction of split, either vertical or horizontal
Created in NX7.5.0. More...
 
NXOpen::Routing::DivisionsBuilder::SplitDirectionType SplitDirection ()
 Returns the direction of split, either vertical or horizontal
Created in NX7.5.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Routing::DivisionsBuilder.

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 NXOpen::Routing::RouteManager::CreateDivisionsBuilder
Default values.

Property Value

LeftChildFlow.Value

50

RightChildFlow.Value

50

SplitDirection

SplitVertically


Created in NX7.5.0.

Member Enumeration Documentation

The direction in which the cross-section is to be split.

Enumerator
SplitDirectionTypeSplitVertically 

Creates a vertical split.

SplitDirectionTypeSplitHorizontally 

Creates a horizontal split.

Member Function Documentation

NXOpen::Routing::Division* NXOpen::Routing::DivisionsBuilder::CreateDivisions ( )

Creates two new divisions by splitting the parent division.

Returns

Created in NX7.5.0.

License requirements : routing_hvac ("Routing HVAC")
NXOpen::Routing::Division* NXOpen::Routing::DivisionsBuilder::GetDivision ( )

Gets the division object, if any, associated with the division builder.

Returns

Created in NX7.5.0.

License requirements : routing_hvac ("Routing HVAC")
NXOpen::Expression* NXOpen::Routing::DivisionsBuilder::LeftChildFlow ( )

Returns the value of percent absolute or relative flow in left (first) child division
Created in NX7.5.0.



License requirements : routing_hvac ("Routing HVAC")

NXOpen::Expression* NXOpen::Routing::DivisionsBuilder::RightChildFlow ( )

Returns the value of percent absolute or relative flow in right (second) child division
Created in NX7.5.0.



License requirements : routing_hvac ("Routing HVAC")

NXOpen::SelectNXObject* NXOpen::Routing::DivisionsBuilder::SelectedPort ( )

Returns the NXOpen::Routing::Port to identify the cross-section that is to be split
Created in NX7.5.0.



License requirements : routing_hvac ("Routing HVAC")

void NXOpen::Routing::DivisionsBuilder::SetSplitDirection ( NXOpen::Routing::DivisionsBuilder::SplitDirectionType  splitDirection)

Sets the direction of split, either vertical or horizontal
Created in NX7.5.0.



License requirements : routing_hvac ("Routing HVAC")

Parameters
splitDirectionsplitdirection
NXOpen::Routing::DivisionsBuilder::SplitDirectionType NXOpen::Routing::DivisionsBuilder::SplitDirection ( )

Returns the direction of split, either vertical or horizontal
Created in NX7.5.0.



License requirements : routing_hvac ("Routing HVAC")


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