NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.RoutingCommon.PathTransitionBuilder Class Reference

Represents NXOpen.RoutingCommon.PathTransitionBuilder . More...

Inheritance diagram for NXOpen.RoutingCommon.PathTransitionBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  HealOrientation {
  Wcs, Absolute, Start, End,
  NewCsys
}
 The box orientation for heal transition traversal order. More...
 
enum  TraversalOrder {
  Xyz, Xzy, Yzx, Yxz,
  Zxy, Zyx, Invalid
}
 The heal transition traversal order the path takes to reach the transition end point. More...
 
enum  Type { Direct, Heal, Intersect }
 The type of transition the path takes to reach the transition end point. More...
 

Properties

unsafe bool AddExtensionToggle [get, set]
 Returns or sets the toggle to set forward/backward extensions for this transition. More...
 
unsafe NXOpen.Expression BackwardExtension [get, set]
 Returns or sets the backward extension length for this transition. More...
 
unsafe
NXOpen.RoutingCommon.PathTransitionBuilder.HealOrientation 
BoxOrientation [get, set]
 Returns or sets the box orientation for heal transition traversal order. More...
 
unsafe NXOpen.NXObject ConnectedObject [get, set]
 Returns or sets the object that the end point of this path transition connects to. More...
 
unsafe NXOpen.Point EndPoint [get, set]
 Returns or sets the end point that defines the end of the path transition. More...
 
unsafe NXOpen.Direction ExtensionVector [get, set]
 Returns or sets the direction for extension segments. More...
 
unsafe NXOpen.Expression ForwardExtension [get, set]
 Returns or sets the forward extension length for this transition. More...
 
unsafe NXOpen.CoordinateSystem HealSolutionCsys [get, set]
 Returns or sets the user-defined coordinate system for the heal box orientation. More...
 
unsafe
NXOpen.RoutingCommon.PathTransitionBuilder.TraversalOrder 
HealTraversalOrder [get, set]
 Returns or sets the heal transition traversal order the path takes to reach the transition end point. More...
 
unsafe bool PathForwardThroughExtensionVector [get, set]
 Returns or sets the toggle setting to define whether the path passes forward through the extension vector, or backward. More...
 
unsafe
NXOpen.RoutingCommon.PathTransitionBuilder.Type 
TransitionType [get, set]
 Returns or sets the type of transition the path takes to reach the transition end point. 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

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

Detailed Description

Represents NXOpen.RoutingCommon.PathTransitionBuilder .

Allows the user to create a routing path transition.

To create a new instance of this class, use NXOpen.RoutingCommon.PathTransitionListManagerBuilder.CreatePathTransitionBuilder

Created in NX11.0.0

Member Enumeration Documentation

The box orientation for heal transition traversal order.

Enumerator
Wcs 
Absolute 
Start 
End 
NewCsys 

The heal transition traversal order the path takes to reach the transition end point.

Enumerator
Xyz 
Xzy 
Yzx 
Yxz 
Zxy 
Zyx 
Invalid 

The type of transition the path takes to reach the transition end point.

Enumerator
Direct 
Heal 
Intersect 

Property Documentation

unsafe bool NXOpen.RoutingCommon.PathTransitionBuilder.AddExtensionToggle
getset

Returns or sets the toggle to set forward/backward extensions for this transition.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.Expression NXOpen.RoutingCommon.PathTransitionBuilder.BackwardExtension
getset

Returns or sets the backward extension length for this transition.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.RoutingCommon.PathTransitionBuilder.HealOrientation NXOpen.RoutingCommon.PathTransitionBuilder.BoxOrientation
getset

Returns or sets the box orientation for heal transition traversal order.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.NXObject NXOpen.RoutingCommon.PathTransitionBuilder.ConnectedObject
getset

Returns or sets the object that the end point of this path transition connects to.

If the transition connects to a port or a routing control point, it is required to set that object as the connected object to build connectivity.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.Point NXOpen.RoutingCommon.PathTransitionBuilder.EndPoint
getset

Returns or sets the end point that defines the end of the path transition.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.Direction NXOpen.RoutingCommon.PathTransitionBuilder.ExtensionVector
getset

Returns or sets the direction for extension segments.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.Expression NXOpen.RoutingCommon.PathTransitionBuilder.ForwardExtension
getset

Returns or sets the forward extension length for this transition.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.CoordinateSystem NXOpen.RoutingCommon.PathTransitionBuilder.HealSolutionCsys
getset

Returns or sets the user-defined coordinate system for the heal box orientation.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.RoutingCommon.PathTransitionBuilder.TraversalOrder NXOpen.RoutingCommon.PathTransitionBuilder.HealTraversalOrder
getset

Returns or sets the heal transition traversal order the path takes to reach the transition end point.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe bool NXOpen.RoutingCommon.PathTransitionBuilder.PathForwardThroughExtensionVector
getset

Returns or sets the toggle setting to define whether the path passes forward through the extension vector, or backward.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.RoutingCommon.PathTransitionBuilder.Type NXOpen.RoutingCommon.PathTransitionBuilder.TransitionType
getset

Returns or sets the type of transition the path takes to reach the transition end point.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")


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