Search Results for

    Show / Hide Table of Contents

    Class SketchAutoConstrainBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SketchAutoConstrainBuilder
    Implements
    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, 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 SketchAutoConstrainBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SketchAutoConstrainBuilder()

    Declaration
    protected SketchAutoConstrainBuilder()

    Properties

    AngleTolerance

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

    ApplyRemoteConstraints

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

    Coincident

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

    Collinear

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

    Concentric

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

    CurveList

    Declaration
    public SelectObjectList CurveList { get; }
    Property Value
    Type Description
    SelectObjectList

    DistanceTolerance

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

    EqualLength

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

    EqualRadius

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

    Horizontal

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

    Parallel

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

    Perpendicular

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

    PointOnCurve

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

    Tangent

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

    Vertical

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

    Methods

    ClearAllConstraints()

    Declaration
    public void ClearAllConstraints()

    SetAllConstraints()

    Declaration
    public void SetAllConstraints()

    Implements

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