Search Results for

    Show / Hide Table of Contents

    Class ElementQualityCheckBuilder

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

    Constructors

    ElementQualityCheckBuilder()

    Declaration
    protected ElementQualityCheckBuilder()

    Properties

    CheckScopeOption

    Declaration
    public CheckScope CheckScopeOption { get; set; }
    Property Value
    Type Description
    CheckScope

    ElementReportFormat

    Declaration
    public ElementQualityCheckBuilder.ReportFormat ElementReportFormat { get; set; }
    Property Value
    Type Description
    ElementQualityCheckBuilder.ReportFormat

    ElementsOutputOption

    Declaration
    public ElementQualityCheckBuilder.OutputElements ElementsOutputOption { get; set; }
    Property Value
    Type Description
    ElementQualityCheckBuilder.OutputElements

    FailedElementsColor

    Declaration
    public NXColor FailedElementsColor { get; set; }
    Property Value
    Type Description
    NXColor

    NumberFormat

    Declaration
    public NumberFormat NumberFormat { get; }
    Property Value
    Type Description
    NumberFormat

    SelectionList

    Declaration
    public SelectTaggedObjectList SelectionList { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    ShowFailedElementsLabel

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

    WarningElementsColor

    Declaration
    public NXColor WarningElementsColor { get; set; }
    Property Value
    Type Description
    NXColor

    Methods

    AttemptFixFailingElements(TestType[])

    Declaration
    public void AttemptFixFailingElements(TestValueTypes.TestType[] testTypes)
    Parameters
    Type Name Description
    TestType[] testTypes

    AttemptFixFailingSelectedElements(TestType[], FEElement[])

    Declaration
    public void AttemptFixFailingSelectedElements(TestValueTypes.TestType[] testTypes, FEElement[] elements)
    Parameters
    Type Name Description
    TestType[] testTypes
    FEElement[] elements

    ExecuteCheck()

    Declaration
    public ElementQualityCheckResults ExecuteCheck()
    Returns
    Type Description
    ElementQualityCheckResults

    WriteResultsToFile(string, ElementQualityCheckResults)

    Declaration
    public void WriteResultsToFile(string outputFile, ElementQualityCheckResults eqcResults)
    Parameters
    Type Name Description
    string outputFile
    ElementQualityCheckResults eqcResults

    Implements

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