Enum ProjectionType
Projection types (for AddCurve)
Namespace:RoboDk.API.Model
Assembly: RoboDkApi.dll
Syntax
public enum ProjectionType
Fields
| Name | 描述 |
|---|---|
| AlongNormal | The projection will be done along the normal. |
| AlongNormalRecalc | The projection will be done along the normal. Furthermore, the normal will be recalculated according to the surface normal. |
| ClosesRecalcNormal | 投影将最近的芋泥nt on the surface and the normals will be recalculated. |
| Closest | The projection will the closest point on the surface. |
| None | No curve projection. |
| RecalcNormal | The normals are recalculated according to the surface normal of the closest projection. The points are not changed. |