Search Results for

    Show / Hide Table of Contents

    Class DeleteUnreferencedEntitiesBuilder

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

    Constructors

    DeleteUnreferencedEntitiesBuilder()

    Declaration
    protected DeleteUnreferencedEntitiesBuilder()

    Properties

    AllOptionsToggle

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

    ConditionSequenceParametersToggle

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

    ConstraintFoldersToggle

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

    ConstraintsToggle

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

    CsysToggle

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

    FieldsToggle

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

    FileScopeEnum

    Declaration
    public DeleteUnreferencedEntitiesBuilder.FileScopeType FileScopeEnum { get; set; }
    Property Value
    Type Description
    DeleteUnreferencedEntitiesBuilder.FileScopeType

    GroupsToggle

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

    LoadFoldersToggle

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

    LoadsToggle

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

    MaterialsToggle

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

    ModelingObjectsToggle

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

    PhysicalPropertiesToggle

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

    RegionsToggle

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

    SelectionRecipesToggle

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

    SimulationObjectFoldersToggle

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

    SimulationObjectsToggle

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

    SolutionSearchFilterEnum

    Declaration
    public DeleteUnreferencedEntitiesBuilder.SolutionSearchFilterType SolutionSearchFilterEnum { get; set; }
    Property Value
    Type Description
    DeleteUnreferencedEntitiesBuilder.SolutionSearchFilterType

    SolverSetsToggle

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

    UserDefinedExpressionsToggle

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

    Methods

    GenerateAndQueryNumberOfDeletionCandidates()

    Declaration
    public int GenerateAndQueryNumberOfDeletionCandidates()
    Returns
    Type Description
    System.Int32

    QueryDeletionCandidateWithIndex(Int32)

    Declaration
    public NXObject QueryDeletionCandidateWithIndex(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    NXObject

    SetDeleteCandidateExceptions(NXObject[])

    Declaration
    public void SetDeleteCandidateExceptions(NXObject[] deletionExceptions)
    Parameters
    Type Name Description
    NXObject[] deletionExceptions

    Implements

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