Class DeleteUnreferencedEntitiesBuilder
Inheritance
DeleteUnreferencedEntitiesBuilder
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
ConditionSequenceParametersToggle
Declaration
public bool ConditionSequenceParametersToggle { get; set; }
Property Value
ConstraintFoldersToggle
Declaration
public bool ConstraintFoldersToggle { get; set; }
Property Value
ConstraintsToggle
Declaration
public bool ConstraintsToggle { get; set; }
Property Value
CsysToggle
Declaration
public bool CsysToggle { get; set; }
Property Value
FieldsToggle
Declaration
public bool FieldsToggle { get; set; }
Property Value
FileScopeEnum
Declaration
public DeleteUnreferencedEntitiesBuilder.FileScopeType FileScopeEnum { get; set; }
Property Value
GroupsToggle
Declaration
public bool GroupsToggle { get; set; }
Property Value
LoadFoldersToggle
Declaration
public bool LoadFoldersToggle { get; set; }
Property Value
LoadsToggle
Declaration
public bool LoadsToggle { get; set; }
Property Value
MaterialsToggle
Declaration
public bool MaterialsToggle { get; set; }
Property Value
ModelingObjectsToggle
Declaration
public bool ModelingObjectsToggle { get; set; }
Property Value
PhysicalPropertiesToggle
Declaration
public bool PhysicalPropertiesToggle { get; set; }
Property Value
RegionsToggle
Declaration
public bool RegionsToggle { get; set; }
Property Value
SelectionRecipesToggle
Declaration
public bool SelectionRecipesToggle { get; set; }
Property Value
SimulationObjectFoldersToggle
Declaration
public bool SimulationObjectFoldersToggle { get; set; }
Property Value
SimulationObjectsToggle
Declaration
public bool SimulationObjectsToggle { get; set; }
Property Value
SolutionSearchFilterEnum
Declaration
public DeleteUnreferencedEntitiesBuilder.SolutionSearchFilterType SolutionSearchFilterEnum { get; set; }
Property Value
SolverSetsToggle
Declaration
public bool SolverSetsToggle { get; set; }
Property Value
UserDefinedExpressionsToggle
Declaration
public bool UserDefinedExpressionsToggle { get; set; }
Property Value
Methods
GenerateAndQueryNumberOfDeletionCandidates()
Declaration
public int GenerateAndQueryNumberOfDeletionCandidates()
Returns
QueryDeletionCandidateWithIndex(int)
Declaration
public NXObject QueryDeletionCandidateWithIndex(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
SetDeleteCandidateExceptions(NXObject[])
Declaration
public void SetDeleteCandidateExceptions(NXObject[] deletionExceptions)
Parameters
Type |
Name |
Description |
NXObject[] |
deletionExceptions |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink