SubsetConfigurationBuilder Class

class NXOpen.Assemblies.SubsetConfigurationBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

A SubsetConfigurationBuilder is used to edit the revision rule and effectivity used to configure the contents of the subset.

New in version NX8.5.0.

Properties

Property Description
Effectivity Returns the effectivity for use in searches for the contents of the Assemblies.Subset.
RevisionRule Returns or sets the revision rule for use in searches for the contents of the Assemblies.Subset.
Tag Returns the Tag for this object.

Methods

Method Description
Commit Commit the subset configuration changes to the Assemblies.SubsetBuilder
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

Effectivity

SubsetConfigurationBuilder.Effectivity

Returns the effectivity for use in searches for the contents of the Assemblies.Subset.

-------------------------------------

Getter Method

Signature Effectivity

Returns:
Return type:NXOpen.BasicEffectivityBuilder

New in version NX8.5.0.

License requirements: nx_4gd_integration (“4th Generation Design”)

RevisionRule

SubsetConfigurationBuilder.RevisionRule

Returns or sets the revision rule for use in searches for the contents of the Assemblies.Subset.

-------------------------------------

Getter Method

Signature RevisionRule

Returns:
Return type:str

New in version NX8.5.0.

License requirements: nx_4gd_integration (“4th Generation Design”)

-------------------------------------

Setter Method

Signature RevisionRule

Parameters:revisionRule (str) –

New in version NX8.5.0.

License requirements: nx_4gd_integration (“4th Generation Design”)

Method Detail

Commit

SubsetConfigurationBuilder.Commit

Commit the subset configuration changes to the Assemblies.SubsetBuilder

Signature Commit()

New in version NX8.5.0.

License requirements: nx_4gd_integration (“4th Generation Design”)

Validate

SubsetConfigurationBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.