Search Results for

    Show / Hide Table of Contents

    Class EditLineSegmentBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    EditLineSegmentBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX