Search Results for

    Show / Hide Table of Contents

    Class InferredConstraintsBuilder

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

    Constructors

    InferredConstraintsBuilder()

    Declaration
    protected InferredConstraintsBuilder()

    Properties

    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

    DimensionalConstraint

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

    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

    HorizontalAlignment

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

    Midpoint

    Declaration
    public bool Midpoint { 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

    PointOnString

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Please use NXOpen.InferredConstraintsBuilder.PreferStringConstraints")]
    public bool PointOnString { get; set; }
    Property Value
    Type Description
    System.Boolean

    PreferStringConstraints

    Declaration
    public bool PreferStringConstraints { 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

    VerticalAlignment

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

    Methods

    GetRules()

    Declaration
    public Sketch.AutoDimensioningRule[] GetRules()
    Returns
    Type Description
    Sketch.AutoDimensioningRule[]

    SetRules(Sketch.AutoDimensioningRule[])

    Declaration
    public void SetRules(Sketch.AutoDimensioningRule[] rules)
    Parameters
    Type Name Description
    Sketch.AutoDimensioningRule[] rules

    Implements

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