|
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::Expression * | PitchDistance () |
| Returns the distance for the spacing of the pattern from one instance to the next. | |
| NXOpen::Expression * | SpanDistance () |
| Returns the distance for the spacing of the pattern for the entire pattern. | |
Public Member Functions inherited from NXOpen::GeometricUtilities::PatternSpacing | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Additional Inherited Members | |
Public Types inherited from NXOpen::GeometricUtilities::PatternSpacing | |
| 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::Expression* NXOpen::GeometricUtilities::DistancePatternSpacing::PitchDistance | ( | ) |
Returns the distance for the spacing of the pattern from one instance to the next.
Created in NX7.5.0.
License requirements : None
| NXOpen::Expression* NXOpen::GeometricUtilities::DistancePatternSpacing::SpanDistance | ( | ) |
Returns the distance for the spacing of the pattern for the entire pattern.
Created in NX7.5.0.
License requirements : None