Class EditLineSegmentBuilder
Inheritance
EditLineSegmentBuilder
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
Length
Declaration
public Expression Length { get; }
Property Value
LineSelection
Declaration
public SelectLineSegment LineSelection { get; }
Property Value
LockLength
Declaration
public bool LockLength { get; set; }
Property Value
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
Methods
AddLineToSetOfAllEditedSegments()
Declaration
public void AddLineToSetOfAllEditedSegments()
DetachActiveRcp()
Declaration
public void DetachActiveRcp()
DragLineLength()
Declaration
public void DragLineLength()
GetActiveRcpPositon()
Declaration
public Point3d GetActiveRcpPositon()
Returns
GetOrientation(out Point3d, out Vector3d)
Declaration
public bool GetOrientation(out Point3d startPoint, out Vector3d direction)
Parameters
Returns
InitializeFromLine(LineSegment)
Declaration
public void InitializeFromLine(LineSegment line)
Parameters
ModifiedLineLength()
Declaration
public void ModifiedLineLength()
RestartDrag()
Declaration
public void RestartDrag()
StopDrag()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink