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 | UsePitchOptions { UsePitchOptionsAngle, UsePitchOptionsDistance } |
This defines Use Pitch As options. More... | |
Public Member Functions | |
NXOpen::Expression * | PitchAngle () |
Returns the angle for the spacing of the pattern from one instance to the next. | |
NXOpen::Expression * | PitchDistance () |
Returns the circumfrential distance for the spacing of the pattern from one instance to the next. | |
void | SetUsePitchOption (NXOpen::GeometricUtilities::AngularPatternSpacing::UsePitchOptions usePitchOption) |
Sets the switch to use Pitch Distance or Pitch Angle. | |
NXOpen::Expression * | SpanAngle () |
Returns the angle for the spacing of the pattern for the entire pattern. | |
NXOpen::GeometricUtilities::AngularPatternSpacing::UsePitchOptions | UsePitchOption () |
Returns the switch to use Pitch Distance or Pitch Angle. |
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.
Returns the angle for the spacing of the pattern from one instance to the next.
Created in NX7.5.0.
License requirements : None
Returns the circumfrential distance for the spacing of the pattern from one instance to the next.
Created in NX7.5.0.
License requirements : None
void NXOpen::GeometricUtilities::AngularPatternSpacing::SetUsePitchOption | ( | NXOpen::GeometricUtilities::AngularPatternSpacing::UsePitchOptions | usePitchOption | ) |
Sets the switch to use Pitch Distance or Pitch Angle.
Created in NX7.5.0.
License requirements : None
usePitchOption | usepitchoption |
Returns the angle for the spacing of the pattern for the entire pattern.
Created in NX7.5.0.
License requirements : None
NXOpen::GeometricUtilities::AngularPatternSpacing::UsePitchOptions NXOpen::GeometricUtilities::AngularPatternSpacing::UsePitchOption | ( | ) |
Returns the switch to use Pitch Distance or Pitch Angle.
Created in NX7.5.0.
License requirements : None