Class PathTransitionBuilder
Inheritance
PathTransitionBuilder
Assembly: NXOpen.dll
Syntax
public class PathTransitionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PathTransitionBuilder()
Declaration
protected PathTransitionBuilder()
Properties
AddExtensionToggle
Declaration
public bool AddExtensionToggle { get; set; }
Property Value
BackwardExtension
Declaration
public Expression BackwardExtension { get; set; }
Property Value
BoxOrientation
Declaration
public PathTransitionBuilder.HealOrientation BoxOrientation { get; set; }
Property Value
ConnectedObject
Declaration
public NXObject ConnectedObject { get; set; }
Property Value
EndPoint
Declaration
public Point EndPoint { get; set; }
Property Value
ExtensionVector
Declaration
public Direction ExtensionVector { get; set; }
Property Value
ForwardExtension
Declaration
public Expression ForwardExtension { get; set; }
Property Value
HealSolutionCsys
Declaration
public CoordinateSystem HealSolutionCsys { get; set; }
Property Value
HealTraversalOrder
Declaration
public PathTransitionBuilder.TraversalOrder HealTraversalOrder { get; set; }
Property Value
PathForwardThroughExtensionVector
Declaration
public bool PathForwardThroughExtensionVector { get; set; }
Property Value
TransitionType
Declaration
public PathTransitionBuilder.Type TransitionType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink