01-29-2021, 12:36 PM
Hello
I would like to project a curve made up of points in [XYZijk] format onto a surface. The projection direction will be the Z direction of the points on the curve.
The instruction I am using is the following. What ProjectionType do I use?
virtual bool ProjectPoints (tMatrix2D * points,
ItemobjectProject,
int ProjectionType = PROJECTION_ALONG_NORMAL_RECALC
)
A greeting
I would like to project a curve made up of points in [XYZijk] format onto a surface. The projection direction will be the Z direction of the points on the curve.
The instruction I am using is the following. What ProjectionType do I use?
virtual bool ProjectPoints (tMatrix2D * points,
ItemobjectProject,
int ProjectionType = PROJECTION_ALONG_NORMAL_RECALC
)
A greeting