NX Open C++ Reference Guide
|
Represents a geometric sketch constraint that has a help point or help parameter
To obtain an instance of this class, use Sketch
Created in NX3.0.0.
More...
Public Member Functions | |
virtual void | GetHelpData (bool *hasHelpPoint1, bool *hasHelpPoint2, bool *hasHelpParameter1, bool *hasHelpParameter2, NXOpen::Point3d *helpPoint1, NXOpen::Point3d *helpPoint2, double *helpParameter1, double *helpParameter2) |
Gets the help data for the constraint Created in NX3.0.0. | |
virtual void | SetHelpParameters (bool hasHelp1, bool hasHelp2, double helpParameter1, double helpParameter2) |
Sets the help parameters for the constraint Created in NX3.0.0. | |
virtual void | SetHelpPoints (bool hasHelp1, bool hasHelp2, const NXOpen::Point3d &helpPoint1, const NXOpen::Point3d &helpPoint2) |
Sets the help points for the constraint Created in NX3.0.0. |
Represents a geometric sketch constraint that has a help point or help parameter
To obtain an instance of this class, use Sketch
Created in NX3.0.0.
virtual void NXOpen::SketchHelpedGeometricConstraint::GetHelpData | ( | bool * | hasHelpPoint1, |
bool * | hasHelpPoint2, | ||
bool * | hasHelpParameter1, | ||
bool * | hasHelpParameter2, | ||
NXOpen::Point3d * | helpPoint1, | ||
NXOpen::Point3d * | helpPoint2, | ||
double * | helpParameter1, | ||
double * | helpParameter2 | ||
) | [virtual] |
Gets the help data for the constraint
Created in NX3.0.0.
License requirements : None
hasHelpPoint1 | Whether the constraint's first associated geometric item has an associated help point |
hasHelpPoint2 | Whether the constraint's second associated geometric item has an associated help point |
hasHelpParameter1 | Whether the constraint's first associated geometric item has an associated help parameter |
hasHelpParameter2 | Whether the constraint's second associated geometric item has an associated help parameter |
helpPoint1 | The first help point. Not used unless has_help_point1 is true. |
helpPoint2 | The second help point. Not used unless has_help_point2 is true. |
helpParameter1 | The first help parameter. Not used unless has_help_parameter1 is true. |
helpParameter2 | The second help parameter. Not used unless has_help_parameter2 is true. |
Implements NXOpen::ISketchHelpedConstraint.
virtual void NXOpen::SketchHelpedGeometricConstraint::SetHelpParameters | ( | bool | hasHelp1, |
bool | hasHelp2, | ||
double | helpParameter1, | ||
double | helpParameter2 | ||
) | [virtual] |
Sets the help parameters for the constraint
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
hasHelp1 | Whether the constraint's first associated geometric item has an associated help parameter |
hasHelp2 | Whether the constraint's second associated geometric item has an associated help parameter |
helpParameter1 | The first help parameter. Not used unless has_help1 is true. |
helpParameter2 | The second help parameter. Not used unless has_help2 is true. |
Implements NXOpen::ISketchHelpedConstraint.
virtual void NXOpen::SketchHelpedGeometricConstraint::SetHelpPoints | ( | bool | hasHelp1, |
bool | hasHelp2, | ||
const NXOpen::Point3d & | helpPoint1, | ||
const NXOpen::Point3d & | helpPoint2 | ||
) | [virtual] |
Sets the help points for the constraint
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
hasHelp1 | Whether the constraint's first associated geometric item has an associated help point |
hasHelp2 | Whether the constraint's second associated geometric item has an associated help point |
helpPoint1 | The first help point. Not used unless has_help1 is true. |
helpPoint2 | The second help point. Not used unless has_help2 is true. |
Implements NXOpen::ISketchHelpedConstraint.