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