Enum ProjectionType
Projection types (for AddCurve)
public enum ProjectionType
Fields
AlongNormal = 2
The projection will be done along the normal.
AlongNormalRecalc = 3
The projection will be done along the normal. Furthermore, the normal will be recalculated according to the surface normal.
ClosesRecalcNormal = 4
The projection will be the closest point on the surface and the normals will be recalculated.
Closest = 1
The projection will the closest point on the surface.
None = 0
No curve projection.
RecalcNormal = 5
The normals are recalculated according to the surface normal of the closest projection. The points are not changed.