|
Gocator Development Kit
|
Geometric features can be defined within a tool to be sent as outputs to other tools.
Four feature types are currently supported: point, line, circle and plane
To define a feature output, use GdkToolInfo_AddOutput with output type set to one of the following:
Each of the four features are represented by their respective feature message class:
They can be retrieved during tool processing using GdkToolOutput_InitFeature and then used to assign their corresponding data components before being sent out. To retrieve the index of a feature, GdkTool_FeatureIndexByType method should be used.