CustomGraphicsPointTypes Enumerator
Description
A list of predefined point images that you can use for a CustomGraphicsPointSet.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
Name | Value | Description |
PointCloudCustomGraphicsPointType | 1 | Displays the point using a single pixel. This is the most efficient point display type and can be used to display very large quantities of points. |
UserDefinedCustomGraphicsPointType | 0 | Specifies that the type of point is user defined, which means you supply the image. |