Search Results for

    Show / Hide Table of Contents

    Class ModelSetupCheckBuilder

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

    Constructors

    ModelSetupCheckBuilder()

    Declaration
    protected ModelSetupCheckBuilder()

    Properties

    CheckAllComponents

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

    CheckLabelConflicts

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

    CheckUnconnectedComponent

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

    IsDetailedMessage

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

    ReportFileName

    Declaration
    public string ReportFileName { get; set; }
    Property Value
    Type Description
    string

    Methods

    DoCheck()

    Declaration
    public int DoCheck()
    Returns
    Type Description
    int

    Implements

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