NX Open C++ Reference Guide
|
Used by the create geometric constraint methods to indicate what geometry the constraint should be applied to. More...
Public Member Functions | |
ConstraintGeometry (NXOpen::NXObject *geometryInitial, NXOpen::Sketch::ConstraintPointType pointTypeInitial, int splineDefiningPointIndexInitial) | |
Constructor for the ConstraintGeometry struct. | |
Public Attributes | |
NXOpen::NXObject * | Geometry |
geometry | |
NXOpen::Sketch::ConstraintPointType | PointType |
point type | |
int | SplineDefiningPointIndex |
Ignored unless PointType is SplineDefiningPoint. | |
Used by the create geometric constraint methods to indicate what geometry the constraint should be applied to.
NXOpen::Sketch::ConstraintGeometry::ConstraintGeometry | ( | NXOpen::NXObject * | geometryInitial, |
NXOpen::Sketch::ConstraintPointType | pointTypeInitial, | ||
int | splineDefiningPointIndexInitial | ||
) |
Constructor for the ConstraintGeometry struct.
geometryInitial | geometry |
pointTypeInitial | point type |
splineDefiningPointIndexInitial | Ignored unless PointType is SplineDefiningPoint. Spline control points are numbered starting from 1 |
NXOpen::NXObject* NXOpen::Sketch::ConstraintGeometry::Geometry |
geometry
NXOpen::Sketch::ConstraintPointType NXOpen::Sketch::ConstraintGeometry::PointType |
point type
int NXOpen::Sketch::ConstraintGeometry::SplineDefiningPointIndex |
Ignored unless PointType is SplineDefiningPoint.
Spline control points are numbered starting from 1