PatternSpacingsListItem Class

class NXOpen.GeometricUtilities.PatternSpacingsListItem

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

one pattern spacing in the spacings list

To create a new instance of this class, use NXOpen.GeometricUtilities.PatternSpacingsList.CreatePatternSpacingsListItem()

New in version NX8.0.0.

Properties

Property Description
SpacingExpression Returns the spacing expression
SpacingOnPath Returns the spacing NXOpen.GeometricUtilities.OnPathDimensionBuilder
Tag Returns the Tag for this object.

Methods

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

Property Detail

SpacingExpression

PatternSpacingsListItem.SpacingExpression

Returns the spacing expression

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

Getter Method

Signature SpacingExpression

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

SpacingOnPath

PatternSpacingsListItem.SpacingOnPath

Returns the spacing NXOpen.GeometricUtilities.OnPathDimensionBuilder

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

Getter Method

Signature SpacingOnPath

Returns:
Return type:NXOpen.GeometricUtilities.OnPathDimensionBuilder

New in version NX8.0.0.

License requirements: None.

Method Detail

Validate

PatternSpacingsListItem.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.