NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | 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 NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

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

Public Member Functions

unsafe NXOpen.Routing.Division CreateDivisions ()
 Creates two new divisions by splitting the parent division. More...
 
unsafe NXOpen.Routing.Division GetDivision ()
 Gets the division object, if any, associated with the division builder More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.Expression LeftChildFlow [get]
 Returns the value of percent absolute or relative flow in left (first) child division More...
 
unsafe NXOpen.Expression RightChildFlow [get]
 Returns the value of percent absolute or relative flow in right (second) child division More...
 
unsafe NXOpen.SelectNXObject SelectedPort [get]
 Returns the NXOpen.Routing.Port to identify the cross-section that is to be split More...
 
unsafe
NXOpen.Routing.DivisionsBuilder.SplitDirectionType 
SplitDirection [get, set]
 Returns or sets the direction of split, either vertical or horizontal More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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
SplitVertically 

Creates a vertical split

SplitHorizontally 

Creates a horizontal split

Member Function Documentation

unsafe NXOpen.Routing.Division NXOpen.Routing.DivisionsBuilder.CreateDivisions ( )
inline

Creates two new divisions by splitting the parent division.

Created in NX7.5.0

License requirements: routing_hvac ("Routing HVAC")

Returns
unsafe NXOpen.Routing.Division NXOpen.Routing.DivisionsBuilder.GetDivision ( )
inline

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

Created in NX7.5.0

License requirements: routing_hvac ("Routing HVAC")

Returns

Property Documentation

unsafe NXOpen.Expression NXOpen.Routing.DivisionsBuilder.LeftChildFlow
get

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

unsafe NXOpen.Expression NXOpen.Routing.DivisionsBuilder.RightChildFlow
get

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

unsafe NXOpen.SelectNXObject NXOpen.Routing.DivisionsBuilder.SelectedPort
get

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

unsafe NXOpen.Routing.DivisionsBuilder.SplitDirectionType NXOpen.Routing.DivisionsBuilder.SplitDirection
getset

Returns or sets the direction of split, either vertical or horizontal

Created in NX7.5.0

License requirements to get this property: routing_hvac ("Routing HVAC")

License requirements to set this property: routing_hvac ("Routing HVAC")


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