Search Results for

    Show / Hide Table of Contents

    Class BodyComparisonCheckBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BodyComparisonCheckBuilder
    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.Validate
    Assembly: NXOpen.dll
    Syntax
    public class BodyComparisonCheckBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    BodyComparisonCheckBuilder()

    Declaration
    protected BodyComparisonCheckBuilder()

    Properties

    AutomaticUpdate

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

    ChangedFaceColor

    Declaration
    public int ChangedFaceColor { get; set; }
    Property Value
    Type Description
    int

    DeviationFloor

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

    Method

    Declaration
    public BodyComparisonCheckBuilder.CheckMethod Method { get; set; }
    Property Value
    Type Description
    BodyComparisonCheckBuilder.CheckMethod

    SelectionAndPlacement

    Declaration
    public SelectionAndPlacementBuilder SelectionAndPlacement { get; }
    Property Value
    Type Description
    SelectionAndPlacementBuilder

    Tolerance

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

    UniqueFaceColor

    Declaration
    public int UniqueFaceColor { get; set; }
    Property Value
    Type Description
    int

    Implements

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