Search Results for

    Show / Hide Table of Contents

    Class SketchAutoConstrainBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SketchAutoConstrainBuilder
    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 SketchAutoConstrainBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SketchAutoConstrainBuilder()

    Declaration
    protected SketchAutoConstrainBuilder()

    Properties

    AngleTolerance

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

    ApplyRemoteConstraints

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

    Coincident

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

    Collinear

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

    Concentric

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

    CurveList

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

    DistanceTolerance

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

    EqualLength

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

    EqualRadius

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

    Horizontal

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

    Parallel

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

    Perpendicular

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

    PointOnCurve

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

    Tangent

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

    Vertical

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

    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