Class EditPointBuilder
Inheritance
EditPointBuilder
Assembly: NXOpen.dll
Syntax
public class EditPointBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
EditPointBuilder()
Declaration
protected EditPointBuilder()
Properties
ActiveEditSegmentType
Declaration
public EditPointBuilder.Editsegmenttype ActiveEditSegmentType { get; set; }
Property Value
ActiveMotionType
Declaration
public EditPointBuilder.Motiontype ActiveMotionType { get; set; }
Property Value
BendAngle
Declaration
public double BendAngle { get; set; }
Property Value
MaintainAngle
Declaration
public bool MaintainAngle { get; set; }
Property Value
MaintainLength
Declaration
public bool MaintainLength { get; set; }
Property Value
PointSelection
Declaration
public RouteObjectCollector PointSelection { get; }
Property Value
Segment
Declaration
public ISegment Segment { get; set; }
Property Value
SegmentLength
Declaration
public double SegmentLength { get; set; }
Property Value
Declaration
public TransformBlockBuilder TransformTool { get; }
Property Value
Methods
DragObjects()
Declaration
public void DragObjects()
ResetDrag()
Declaration
StartDrag()
Declaration
StopDrag()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink