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.DuctReinforcementBuilder Class Reference

Builder for creating/editing duct reinforcements. More...

Inheritance diagram for NXOpen.Routing.DuctReinforcementBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ReinforcementTypes { None, Inside, Outside }
 Specifies the type of duct reinforcements. More...
 

Public Member Functions

unsafe void UpdatePathCurve ()
 The path curve that is used to specify perpendicular reinforcement defining points. 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 IntervalExpression [get]
 Returns the distance between each set of reinforcement stocks going perpendicular to axis of the duct More...
 
unsafe
NXOpen.GeometricUtilities.OnPathDimensionBuilder 
MinimumClearance [get]
 Returns the minimum clearance value for duct reinforcement It defines the minimum distance from the beginning and end of the path to place the first and last piece of reinforcement stock. More...
 
unsafe int NumberOfPairs [get, set]
 Returns or sets the number of pairs of outside reinforcements going parallel to axis of the duct More...
 
unsafe
NXOpen.Routing.PathStockBuilder 
ParallelReinforcement [get, set]
 Returns or sets the stock settings for parallel reinforcements More...
 
unsafe NXOpen.Routing.SelectStock ParentDuct [get]
 Returns the duct that is to be reinforced. More...
 
unsafe NXOpen.Curve PathCurve [get]
 Returns the path curve that is used to specify perpendicular reinforcement defining points. More...
 
unsafe
NXOpen.Routing.PathStockBuilder 
PerpendicularReinforcement [get, set]
 Returns or sets the stock settings for perpendicular reinforcements More...
 
unsafe
NXOpen.Routing.DuctReinforcementBuilder.ReinforcementTypes 
ReinforcementType [get, set]
 Returns or sets the type of reinforcement More...
 
unsafe NXOpen.Expression SpacingExpression [get]
 Returns the distance between each pair of reinforcement 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

Builder for creating/editing duct reinforcements.

Rules can be defined based on which the type of reinforcement to be placed on the input duct will be determined. See NXOpen.Routing.DuctReinforcement for Duct Reinforcement class documentation.

To create a new instance of this class, use NXOpen.Routing.RouteManager.CreateDuctReinforcementBuilder

Default values.

Property Value

IntervalExpression.Value

100 (millimeters part), 4 (inches part)

NumberOfPairs

1

ReinforcementType

None

SpacingExpression.Value

50 (millimeters part), 2 (inches part)

Created in NX8.5.2

Member Enumeration Documentation

Specifies the type of duct reinforcements.

Enumerator
None 
Inside 
Outside 

Member Function Documentation

unsafe void NXOpen.Routing.DuctReinforcementBuilder.UpdatePathCurve ( )
inline

The path curve that is used to specify perpendicular reinforcement defining points.

Created in NX8.5.2

License requirements: routing_hvac ("Routing HVAC")

Property Documentation

unsafe NXOpen.Expression NXOpen.Routing.DuctReinforcementBuilder.IntervalExpression
get

Returns the distance between each set of reinforcement stocks going perpendicular to axis of the duct

Created in NX8.5.2

License requirements: routing_hvac ("Routing HVAC")

unsafe NXOpen.GeometricUtilities.OnPathDimensionBuilder NXOpen.Routing.DuctReinforcementBuilder.MinimumClearance
get

Returns the minimum clearance value for duct reinforcement It defines the minimum distance from the beginning and end of the path to place the first and last piece of reinforcement stock.

Created in NX8.5.2

License requirements: routing_hvac ("Routing HVAC")

unsafe int NXOpen.Routing.DuctReinforcementBuilder.NumberOfPairs
getset

Returns or sets the number of pairs of outside reinforcements going parallel to axis of the duct

Created in NX8.5.2

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

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

unsafe NXOpen.Routing.PathStockBuilder NXOpen.Routing.DuctReinforcementBuilder.ParallelReinforcement
getset

Returns or sets the stock settings for parallel reinforcements

Created in NX8.5.2

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

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

unsafe NXOpen.Routing.SelectStock NXOpen.Routing.DuctReinforcementBuilder.ParentDuct
get

Returns the duct that is to be reinforced.

Created in NX8.5.2

License requirements: routing_hvac ("Routing HVAC")

unsafe NXOpen.Curve NXOpen.Routing.DuctReinforcementBuilder.PathCurve
get

Returns the path curve that is used to specify perpendicular reinforcement defining points.

Created in NX8.5.2

License requirements: routing_hvac ("Routing HVAC")

unsafe NXOpen.Routing.PathStockBuilder NXOpen.Routing.DuctReinforcementBuilder.PerpendicularReinforcement
getset

Returns or sets the stock settings for perpendicular reinforcements

Created in NX8.5.2

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

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

unsafe NXOpen.Routing.DuctReinforcementBuilder.ReinforcementTypes NXOpen.Routing.DuctReinforcementBuilder.ReinforcementType
getset

Returns or sets the type of reinforcement

Created in NX8.5.2

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

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

unsafe NXOpen.Expression NXOpen.Routing.DuctReinforcementBuilder.SpacingExpression
get

Returns the distance between each pair of reinforcement

Created in NX8.5.2

License requirements: 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.