Class EditLineSegmentBuilder
Inheritance
System.Object
System.MarshalByRefObject
EditLineSegmentBuilder
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.Routing
Assembly: NXOpen.dll
Syntax
public class EditLineSegmentBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
EditLineSegmentBuilder()
Declaration
protected EditLineSegmentBuilder()
Properties
ConvertEccentricSegment
Declaration
public bool ConvertEccentricSegment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Length
Declaration
public Expression Length { get; }
Property Value
Type | Description |
---|---|
Expression |
LineSelection
Declaration
public SelectLineSegment LineSelection { get; }
Property Value
Type | Description |
---|---|
SelectLineSegment |
LockLength
Declaration
public bool LockLength { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
AddLineToSetOfAllEditedSegments()
Declaration
public void AddLineToSetOfAllEditedSegments()
DetachActiveRcp()
Declaration
public void DetachActiveRcp()
DragLineLength()
Declaration
public void DragLineLength()
GetActiveRcpPositon()
Declaration
public Point3d GetActiveRcpPositon()
Returns
Type | Description |
---|---|
Point3d |
GetOrientation(out Point3d, out Vector3d)
Declaration
public bool GetOrientation(out Point3d startPoint, out Vector3d direction)
Parameters
Type | Name | Description |
---|---|---|
Point3d | startPoint | |
Vector3d | direction |
Returns
Type | Description |
---|---|
System.Boolean |
InitializeFromLine(LineSegment)
Declaration
public void InitializeFromLine(LineSegment line)
Parameters
Type | Name | Description |
---|---|---|
LineSegment | line |
ModifiedLineLength()
Declaration
public void ModifiedLineLength()
RestartDrag()
Declaration
public void RestartDrag()
StopDrag()
Declaration
public void StopDrag()
Implements
System.Runtime.Remoting.Messaging.IMessageSink