|
NX Open C++ Reference Guide
|
Used by several constraint creation methods that need a help point or parameter to indicate how to create the constraint. More...
Public Member Functions | |
| ConstraintGeometryHelp (NXOpen::Sketch::ConstraintGeometryHelpType typeInitial, const NXOpen::Point3d &pointInitial, double parameterInitial) | |
| Constructor for the ConstraintGeometryHelp struct. | |
Public Attributes | |
| double | Parameter |
| Ignored unless type is Parameter. | |
| NXOpen::Point3d | Point |
| Ignored unless type is Point. | |
| NXOpen::Sketch::ConstraintGeometryHelpType | Type |
| Point or Parameter. | |
Used by several constraint creation methods that need a help point or parameter to indicate how to create the constraint.
The manner that the help point is used depends on the type of constraint
| NXOpen::Sketch::ConstraintGeometryHelp::ConstraintGeometryHelp | ( | NXOpen::Sketch::ConstraintGeometryHelpType | typeInitial, |
| const NXOpen::Point3d & | pointInitial, | ||
| double | parameterInitial | ||
| ) |
Constructor for the ConstraintGeometryHelp struct.
| double NXOpen::Sketch::ConstraintGeometryHelp::Parameter |
Ignored unless type is Parameter.
Represents a parameter, typically along a curve
| NXOpen::Point3d NXOpen::Sketch::ConstraintGeometryHelp::Point |
Ignored unless type is Point.
| NXOpen::Sketch::ConstraintGeometryHelpType NXOpen::Sketch::ConstraintGeometryHelp::Type |
Point or Parameter.