SurfaceProjectTypes Enumerator
Description
Used by the Sketch.projectToSurface method when defined how to project a curve onto a surface.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
Name | Value | Description |
AlongVectorSurfaceProjectType | 1 | Projects the curve along a defined vector. |
ClosestPointSurfaceProjectType | 0 | Projects the curve using the closest point on the surface to the curve. |