Search Results for

    Show / Hide Table of Contents

    Class SketchGeometryBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SketchOperationBuilder
    SketchGeometryBuilder
    SketchArcBuilder
    SketchLineBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    SketchOperationBuilder.FindRelations()
    SketchOperationBuilder.SetRelationRelaxState(SketchRelation, bool)
    SketchOperationBuilder.RestoreOperation()
    SketchOperationBuilder.ExportSolverConfiguration(out int)
    SketchOperationBuilder.ExportOperationData()
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class SketchGeometryBuilder : SketchOperationBuilder, IMessageSink, IComponentBuilder

    Constructors

    SketchGeometryBuilder()

    Declaration
    protected SketchGeometryBuilder()

    Properties

    SnapEnabled

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

    SnapRadius

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

    Methods

    GetPreviewGeometry()

    Declaration
    public NXObject[] GetPreviewGeometry()
    Returns
    Type Description
    NXObject[]

    GetRelationStatus()

    Declaration
    public SketchGeometryBuilder.RelationStatus GetRelationStatus()
    Returns
    Type Description
    SketchGeometryBuilder.RelationStatus

    GetSnapRelations()

    Declaration
    public SketchFoundRelation[] GetSnapRelations()
    Returns
    Type Description
    SketchFoundRelation[]

    LockDirectionalSnapRelations()

    Declaration
    public void LockDirectionalSnapRelations()

    Reset()

    Declaration
    public void Reset()

    SetDirectionAtTarget(int, Vector3d)

    Declaration
    public void SetDirectionAtTarget(int index, Vector3d direction)
    Parameters
    Type Name Description
    int index
    Vector3d direction

    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

    UnlockDirectionalSnapRelations()

    Declaration
    public void UnlockDirectionalSnapRelations()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX