12 #ifndef GO_PART_MODEL_H
13 #define GO_PART_MODEL_H
24 typedef
kObject GoPartModelEdge;
34 GoFx(GoImageType) GoPartModelEdge_ImageType(GoPartModelEdge edge);
44 GoFx(
GoDataSource) GoPartModelEdge_ImageSource(GoPartModelEdge edge);
54 GoFx(
kSize) GoPartModelEdge_RemovedPointsLength(GoPartModelEdge edge);
73 GoFx(const
kChar*) GoPartModel_Name(GoPartModel model);
83 GoFx(
kSize) GoPartModel_EdgeCount(GoPartModel model);
94 GoFx(GoPartModelEdge) GoPartModel_EdgeAt(GoPartModel model,
kSize index);
104 GoFx(
k64f) GoPartModel_EdgeSensitivity(GoPartModel partModel);
114 GoFx(
k64f) GoPartModel_TransformedDataRegionX(GoPartModel partModel);
124 GoFx(
k64f) GoPartModel_TransformedDataRegionY(GoPartModel partModel);
134 GoFx(
k64f) GoPartModel_TransformedDataRegionZ(GoPartModel partModel);
144 GoFx(
k64f) GoPartModel_TransformedDataRegionWidth(GoPartModel partModel);
154 GoFx(
k64f) GoPartModel_TransformedDataRegionLength(GoPartModel partModel);
164 GoFx(
k64f) GoPartModel_TransformedDataRegionHeight(GoPartModel partModel);
174 GoFx(
k64f) GoPartModel_ZAngle(GoPartModel partModel);
185 GoFx(
kStatus) GoPartModel_SetZAngle(GoPartModel partModel,
k64f value);
196 GoFx(GoImageType) GoPartModel_ImageType(GoPartModel partModel);
207 GoFx(
kStatus) GoPartModel_SetImageType(GoPartModel partModel, GoImageType value);
217 GoFx(
kSize) GoPartModel_ImageTypeOptionCount(GoPartModel partModel);
228 GoFx(GoImageType) GoPartModel_ImageTypeOptionAt(GoPartModel partModel,
kSize index);
238 GoFx(
k64f) GoPartModel_TargetEdgeSensitivity(GoPartModel partModel);
249 GoFx(
kStatus) GoPartModel_SetTargetEdgeSensitivity(GoPartModel partModel,
k64f value);
252 #include <GoSdk/GoPartModel.x.h>
Represents a data source.
Essential SDK declarations.