PatternSpacingsList Class¶
-
class
NXOpen.GeometricUtilities.PatternSpacingsList¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderlist of
NXOpen.GeometricUtilities.PatternSpacingsListItemobjects.New in version NX8.0.0.
Properties¶
| Property | Description |
|---|---|
| List | Returns the list of NXOpen.GeometricUtilities.PatternSpacingsListItem objects. |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| CreatePatternSpacingsListItem | This is the default creator for NXOpen.GeometricUtilities.PatternSpacingsListItem. |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
List¶
-
PatternSpacingsList.List¶ Returns the list of
NXOpen.GeometricUtilities.PatternSpacingsListItemobjects.-------------------------------------Getter Method
Signature
ListReturns: Return type: NXOpen.GeometricUtilities.PatternSpacingsListItemListNew in version NX8.0.0.
License requirements: None.
Method Detail¶
CreatePatternSpacingsListItem¶
-
PatternSpacingsList.CreatePatternSpacingsListItem¶ This is the default creator for
NXOpen.GeometricUtilities.PatternSpacingsListItem.Signature
CreatePatternSpacingsListItem()Returns: Return type: NXOpen.GeometricUtilities.PatternSpacingsListItemNew in version NX8.0.0.
License requirements: None.
Validate¶
-
PatternSpacingsList.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.