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 Member Functions | |
NXOpen::GeometricUtilities::OnPathDimensionBuilder * | OnPathPitchDistance () |
Returns the distance for the spacing of the pattern from one instance to the next. | |
NXOpen::GeometricUtilities::OnPathDimensionBuilder * | OnPathSpanDistance () |
Returns the distance for the spacing of the pattern for the entire pattern. | |
![]() | |
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. | |
Additional Inherited Members | |
![]() | |
enum | SpacingType { SpacingTypeOffset, SpacingTypeSpan, SpacingTypePitchAndSpan, SpacingTypePitch, SpacingTypeList, SpacingTypePolygonCountPerSide, SpacingTypePolygonPitchAlongSide } |
defines the type of spacing instances can have within a pattern. More... | |
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.
NXOpen::GeometricUtilities::OnPathDimensionBuilder* NXOpen::GeometricUtilities::OnPathDistancePatternSpacing::OnPathPitchDistance | ( | ) |
Returns the distance for the spacing of the pattern from one instance to the next.
Created in NX7.5.0.
License requirements : None
NXOpen::GeometricUtilities::OnPathDimensionBuilder* NXOpen::GeometricUtilities::OnPathDistancePatternSpacing::OnPathSpanDistance | ( | ) |
Returns the distance for the spacing of the pattern for the entire pattern.
Created in NX7.5.0.
License requirements : None