Class EditPointBuilder
Inheritance
System.Object
System.MarshalByRefObject
EditPointBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.RoutingCommon
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
Type | Description |
---|---|
EditPointBuilder.Editsegmenttype |
ActiveMotionType
Declaration
public EditPointBuilder.Motiontype ActiveMotionType { get; set; }
Property Value
Type | Description |
---|---|
EditPointBuilder.Motiontype |
BendAngle
Declaration
public double BendAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MaintainAngle
Declaration
public bool MaintainAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaintainLength
Declaration
public bool MaintainLength { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PointSelection
Declaration
public RouteObjectCollector PointSelection { get; }
Property Value
Type | Description |
---|---|
RouteObjectCollector |
Segment
Declaration
public ISegment Segment { get; set; }
Property Value
Type | Description |
---|---|
ISegment |
SegmentLength
Declaration
public double SegmentLength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TransformTool
Declaration
public TransformBlockBuilder TransformTool { get; }
Property Value
Type | Description |
---|---|
TransformBlockBuilder |
Methods
DragObjects()
Declaration
public void DragObjects()
ResetDrag()
Declaration
public void ResetDrag()
StartDrag()
Declaration
public void StartDrag()
StopDrag()
Declaration
public void StopDrag()
Implements
System.Runtime.Remoting.Messaging.IMessageSink