Class MovePathBuilder
Inheritance
MovePathBuilder
Assembly: NXOpen.dll
Syntax
public class MovePathBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MovePathBuilder()
Declaration
protected MovePathBuilder()
Properties
CopyModeType
Declaration
public MovePathBuilder.CopyMode CopyModeType { get; set; }
Property Value
DetachType
Declaration
public MovePathBuilder.DetachTypes DetachType { get; set; }
Property Value
EndObject
Declaration
public RouteObjectCollector EndObject { get; }
Property Value
MaintainLength
Declaration
public bool MaintainLength { get; set; }
Property Value
Motion
Declaration
public ModlMotion Motion { get; }
Property Value
MoveSubType
Declaration
public MovePathBuilder.MoveType MoveSubType { get; set; }
Property Value
NumberOfCopies
Declaration
public int NumberOfCopies { get; set; }
Property Value
PathSelection
Declaration
public RouteObjectCollector PathSelection { get; }
Property Value
Preview
Declaration
public bool Preview { get; set; }
Property Value
RotationAngle
Declaration
public Expression RotationAngle { get; }
Property Value
StartObject
Declaration
public RouteObjectCollector StartObject { get; }
Property Value
TargetAssembly
Declaration
public SelectComponent TargetAssembly { get; }
Property Value
Methods
Declaration
public void ComputeTransformForPortToPortMethod()
DragObjects()
Declaration
public void DragObjects()
ResetDrag()
Declaration
StartDrag()
Declaration
StopDrag()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink