NX Open C++ Reference Guide
|
defines the various ways pattern instances can be spaced within the pattern, particularly in the context of the PatternDefinition class. More...
Public Types | |
enum | SpacingType { SpacingTypeOffset, SpacingTypeSpan, SpacingTypePitchAndSpan, SpacingTypePitch, SpacingTypeList, SpacingTypePolygonCountPerSide, SpacingTypePolygonPitchAlongSide } |
defines the type of spacing instances can have within a pattern. More... | |
Public Member Functions | |
NXOpen::Expression * | NCopies () |
Returns the number of copies the pattern will generated in this direction Created in NX7.5.0. | |
void | SetSpaceType (NXOpen::GeometricUtilities::PatternSpacing::SpacingType spaceType) |
Sets the type of spacing to be used by the pattern Created in NX7.5.0. | |
NXOpen::GeometricUtilities::PatternSpacing::SpacingType | SpaceType () |
Returns the type of spacing to be used by the pattern Created in NX7.5.0. | |
NXOpen::GeometricUtilities::PatternSpacingsList * | SpacingsList () |
Returns the list of spacings (Expression or OnPathDimBuilder) to be used in this direction Created in NX8.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
defines the various ways pattern instances can be spaced within the pattern, particularly in the context of the PatternDefinition class.
Created in NX7.5.0.
defines the type of spacing instances can have within a pattern.
NXOpen::Expression* NXOpen::GeometricUtilities::PatternSpacing::NCopies | ( | ) |
Returns the number of copies the pattern will generated in this direction
Created in NX7.5.0.
License requirements : None
void NXOpen::GeometricUtilities::PatternSpacing::SetSpaceType | ( | NXOpen::GeometricUtilities::PatternSpacing::SpacingType | spaceType | ) |
Sets the type of spacing to be used by the pattern
Created in NX7.5.0.
License requirements : None
spaceType | spacetype |
NXOpen::GeometricUtilities::PatternSpacing::SpacingType NXOpen::GeometricUtilities::PatternSpacing::SpaceType | ( | ) |
Returns the type of spacing to be used by the pattern
Created in NX7.5.0.
License requirements : None
NXOpen::GeometricUtilities::PatternSpacingsList* NXOpen::GeometricUtilities::PatternSpacing::SpacingsList | ( | ) |
Returns the list of spacings (Expression or OnPathDimBuilder) to be used in this direction
Created in NX8.0.0.
License requirements : None
|
virtual |
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.