SubsetConfigurationBuilder Class¶
-
class
NXOpen.Assemblies.SubsetConfigurationBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderA 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
EffectivityReturns: Return type: NXOpen.BasicEffectivityBuilderNew 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
RevisionRuleReturns: Return type: str New in version NX8.5.0.
License requirements: nx_4gd_integration (“4th Generation Design”)
-------------------------------------Setter Method
Signature
RevisionRuleParameters: 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.SubsetBuilderSignature
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.