|
Gocator API
|
Represents a surface feature for select surface tools.
Inherits kObject.
Public Member Functions | |
| kStatus | GoSurfaceFeature_EnableRegion (GoSurfaceFeature feature, kBool enable) |
| Enable or disable the surface feature region. More... | |
| GoRegion3d | GoSurfaceFeature_Region (GoSurfaceFeature feature) |
| Gets the 3d region for the feature. More... | |
| kBool | GoSurfaceFeature_RegionEnabled (GoSurfaceFeature feature) |
| Gets the current state the surface feature region. More... | |
| kStatus | GoSurfaceFeature_SetType (GoSurfaceFeature feature, GoSurfaceFeatureType type) |
| Sets the surface feature type. More... | |
| GoSurfaceFeatureType | GoSurfaceFeature_Type (GoSurfaceFeature feature) |
| Gets the surface feature type. More... | |
| kStatus GoSurfaceFeature_EnableRegion | ( | GoSurfaceFeature | feature, |
| kBool | enable | ||
| ) |
Enable or disable the surface feature region.
| feature | GoSurfaceFeature object. |
| enable | kTRUE to enable, or kFALSE to disable. |
| GoRegion3d GoSurfaceFeature_Region | ( | GoSurfaceFeature | feature | ) |
Gets the 3d region for the feature.
| feature | GoSurfaceFeature object. |
| kBool GoSurfaceFeature_RegionEnabled | ( | GoSurfaceFeature | feature | ) |
Gets the current state the surface feature region.
| feature | GoSurfaceFeature object. |
| kStatus GoSurfaceFeature_SetType | ( | GoSurfaceFeature | feature, |
| GoSurfaceFeatureType | type | ||
| ) |
Sets the surface feature type.
| feature | GoSurfaceFeature object. |
| type | The feature type value to set. |
| GoSurfaceFeatureType GoSurfaceFeature_Type | ( | GoSurfaceFeature | feature | ) |
Gets the surface feature type.
| feature | GoSurfaceFeature object. |