Search Results for

    Show / Hide Table of Contents

    Class SketchLineBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SketchLineBuilder
    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
    Assembly: NXOpen.dll
    Syntax
    public class SketchLineBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SketchLineBuilder()

    Declaration
    protected SketchLineBuilder()

    Properties

    SnapEnabled

    Declaration
    public bool SnapEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    SnapRadius

    Declaration
    public double SnapRadius { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    GetPreviewGeometry()

    Declaration
    public Line GetPreviewGeometry()
    Returns
    Type Description
    Line

    LockDirectionalSnapRelations()

    Declaration
    public void LockDirectionalSnapRelations()

    SetEndPoint(Point3d)

    Declaration
    public void SetEndPoint(Point3d endPoint)
    Parameters
    Type Name Description
    Point3d endPoint

    SetSnapPointTarget(NXObject, Point3d)

    Declaration
    public void SetSnapPointTarget(NXObject snapTarget, Point3d snapHelpPoint)
    Parameters
    Type Name Description
    NXObject snapTarget
    Point3d snapHelpPoint

    SetSnapTarget(NXObject)

    Declaration
    public void SetSnapTarget(NXObject snapTarget)
    Parameters
    Type Name Description
    NXObject snapTarget

    SetStartPoint(Point3d)

    Declaration
    public void SetStartPoint(Point3d startPoint)
    Parameters
    Type Name Description
    Point3d startPoint

    UnlockDirectionalSnapRelations()

    Declaration
    public void UnlockDirectionalSnapRelations()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX