Search Results for

    Show / Hide Table of Contents

    Class InferredConstraintsBuilder

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

    Constructors

    InferredConstraintsBuilder()

    Declaration
    protected InferredConstraintsBuilder()

    Properties

    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

    DimensionalConstraint

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

    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

    HorizontalAlignment

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

    Midpoint

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

    PointOnString

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

    PreferStringConstraints

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

    VerticalAlignment

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

    Methods

    GetRules()

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

    SetRules(AutoDimensioningRule[])

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

    Implements

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