Feature Type Enumeration
Specifies the feature types that FindSurface can handle.
Syntax
typedef enum {
FS_TYPE_ANY = 0,
FS_TYPE_PLANE = 1,
FS_TYPE_SPHERE = 2,
FS_TYPE_CYLINDER = 3,
FS_TYPE_CONE = 4,
FS_TYPE_TORUS = 5,
FS_TYPE_BOX = 6
} FS_FEATURE_TYPE;
Members
FS_TYPE_ANY
- Not specified feature type. FindSurface determines the feature automatically.
FS_TYPE_PLANE
- Specifies the feature type as a plane.
FS_TYPE_SPHERE
- Specifies the feature type as a sphere.
FS_TYPE_CYLINDER
- Specifies the feature type as a cylinder.
FS_TYPE_CONE
- Specifies the feature type as a cone.
FS_TYPE_TORUS
- Specifies the feature type as a torus.
FS_TYPE_BOX
- Specifies the feature type as a box.
- Not support yet. Reserved for future.
Notes
This enumeration is used by findSurface function to specify the feature type.
FS_TYPE_BOX is not supported on current version.
See also
findSurface