10 #ifndef GO_PART_MODEL_H 11 #define GO_PART_MODEL_H 271 #include <GoSdk/GoPartModel.x.h> GoImageType GoPartModel_ImageType(GoPartModel partModel)
Returns the image type for the given part model.
GoPartModelEdge GoPartModel_EdgeAt(GoPartModel model, kSize index)
Returns the edge for the given index.
GoImageType GoPartModel_ImageTypeOptionAt(GoPartModel partModel, kSize index)
Returns the image type option at the given index.
Represents a part model configuration.
GoImageType GoPartModelEdge_ImageType(GoPartModelEdge edge)
Returns the edge model image type used at the time of model creation.
kStatus GoPartModel_SetZAngle(GoPartModel partModel, k64f value)
Sets the Z angle for the given part model.
kSize GoPartModelEdge_RemovedPointsLength(GoPartModelEdge edge)
Returns the count of removed edge model points.
Represents a data source.
k64f GoPartModel_TransformedDataRegionWidth(GoPartModel partModel)
Returns the transformed data region width value.
kSize GoPartModel_EdgeCount(GoPartModel model)
Returns the number of edges for the given part model.
k64f GoPartModel_TransformedDataRegionY(GoPartModel partModel)
Returns the transformed data region Y-component value.
k64f GoPartModel_EdgeSensitivity(GoPartModel partModel)
Returns the edge sensitivity used at the time of model creation.
Essential SDK declarations.
Represents an image type.
k64f GoPartModel_TransformedDataRegionLength(GoPartModel partModel)
Returns the transformed data region length value.
GoDataSource GoPartModelEdge_ImageSource(GoPartModelEdge edge)
Returns the edge model image data source used at the time of model creation.
k64f GoPartModel_TransformedDataRegionX(GoPartModel partModel)
Returns the transformed data region X-component value.
k64f GoPartModel_ZAngle(GoPartModel partModel)
Returns the current Z angle of the given part model.
k64f GoPartModel_TransformedDataRegionZ(GoPartModel partModel)
Returns the transformed data region Z-component value.
k64f GoPartModel_TargetEdgeSensitivity(GoPartModel partModel)
Returns the target edge sensitivity.
kStatus GoPartModel_SetTargetEdgeSensitivity(GoPartModel partModel, k64f value)
Sets the target edge sensitivity for the given part model.
kStatus GoPartModel_SetImageType(GoPartModel partModel, GoImageType value)
Sets the image type for the given part model.
const kChar * GoPartModel_Name(GoPartModel model)
Returns the name of the part model.
k64f GoPartModel_TransformedDataRegionHeight(GoPartModel partModel)
Returns the transformed data region height value.
kSize GoPartModel_ImageTypeOptionCount(GoPartModel partModel)
Returns the image type option count.
Represents a part model edge configuration.