|
NX Open C++ 参考指南 2406 v1.1
|
#include <Sketch.hxx>
Public 成员函数 | |
| ConstraintGeometryHelp (NXOpen::Sketch::ConstraintGeometryHelpType typeInitial, const NXOpen::Point3d &pointInitial, double parameterInitial) | |
Public 属性 | |
| double | Parameter |
| NXOpen::Point3d | Point |
| NXOpen::Sketch::ConstraintGeometryHelpType | Type |
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
|
inline |
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