NX Open C++ Reference Guide
|
enables the ability to apply delta transforms on individual instances of a pattern within the pattern feature <br> To create a new instance of this class, use @link GeometricUtilities::PatternDefinition::CreateClockingBuilder GeometricUtilities::PatternDefinition::CreateClockingBuilder @endlink <br>
Default values. More...
Public Types | |
enum | ClockingType { ClockingTypeWithinPatternDefinitionLinear, ClockingTypeWithinPatternDefinitionCircular, ClockingTypeUserDefined } |
type of pattern clocking to transform individual instances More... | |
Public Member Functions | |
void | AddInstance (int index1, int index2) |
Adds an instance that will get this clocking Created in NX8.0.0. | |
NXOpen::Expression * | AngularDelta () |
Returns the angular delta for circular clocking Created in NX8.0.0. | |
NXOpen::GeometricUtilities::PatternClockingBuilder::ClockingType | ClockType () |
Returns the clocking enum to determine if linear or angular clocking Created in NX8.0.0. | |
NXOpen::Expression * | Direction1Delta () |
Returns the x direction delta for linear clocking Created in NX8.0.0. | |
NXOpen::Expression * | Direction2Delta () |
Returns the y direction delta for linear clocking Created in NX8.0.0. | |
NXOpen::GeometricUtilities::ModlMotion * | Motion () |
Returns the user defined transform motion Created in NX8.0.0. | |
NXOpen::Expression * | RadialDelta () |
Returns the radial delta for circular clocking Created in NX8.0.0. | |
void | RemoveInstance (int index1, int index2) |
Removes an instance from this clocking Created in NX8.0.0. | |
void | SetClockType (NXOpen::GeometricUtilities::PatternClockingBuilder::ClockingType clockType) |
Sets the clocking enum to determine if linear or angular clocking Created in NX8.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
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. | |
enables the ability to apply delta transforms on individual instances of a pattern within the pattern feature <br> To create a new instance of this class, use @link GeometricUtilities::PatternDefinition::CreateClockingBuilder GeometricUtilities::PatternDefinition::CreateClockingBuilder @endlink <br>
Default values.
Property | Value |
---|---|
Motion.DeltaEnum |
ReferenceWcsWorkPart |
Motion.DeltaXc.Value |
0.0 |
Motion.DeltaYc.Value |
0.0 |
Motion.DeltaZc.Value |
0.0 |
Created in NX8.0.0.
void NXOpen::GeometricUtilities::PatternClockingBuilder::AddInstance | ( | int | index1, |
int | index2 | ||
) |
Adds an instance that will get this clocking
Created in NX8.0.0.
License requirements : None
index1 | first index into the instance array to add clocking |
index2 | second index into the instance array to add clocking |
NXOpen::Expression* NXOpen::GeometricUtilities::PatternClockingBuilder::AngularDelta | ( | ) |
Returns the angular delta for circular clocking
Created in NX8.0.0.
License requirements : None
NXOpen::GeometricUtilities::PatternClockingBuilder::ClockingType NXOpen::GeometricUtilities::PatternClockingBuilder::ClockType | ( | ) |
Returns the clocking enum to determine if linear or angular clocking
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::GeometricUtilities::PatternClockingBuilder::Direction1Delta | ( | ) |
Returns the x direction delta for linear clocking
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::GeometricUtilities::PatternClockingBuilder::Direction2Delta | ( | ) |
Returns the y direction delta for linear clocking
Created in NX8.0.0.
License requirements : None
NXOpen::GeometricUtilities::ModlMotion* NXOpen::GeometricUtilities::PatternClockingBuilder::Motion | ( | ) |
Returns the user defined transform motion
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::GeometricUtilities::PatternClockingBuilder::RadialDelta | ( | ) |
Returns the radial delta for circular clocking
Created in NX8.0.0.
License requirements : None
void NXOpen::GeometricUtilities::PatternClockingBuilder::RemoveInstance | ( | int | index1, |
int | index2 | ||
) |
Removes an instance from this clocking
Created in NX8.0.0.
License requirements : None
index1 | first index into the instance array to drop this clocking |
index2 | second index into the instance array to drop this clocking |
void NXOpen::GeometricUtilities::PatternClockingBuilder::SetClockType | ( | NXOpen::GeometricUtilities::PatternClockingBuilder::ClockingType | clockType | ) |
Sets the clocking enum to determine if linear or angular clocking
Created in NX8.0.0.
License requirements : None
clockType | clocking type |