Description | |||||||||||||||||
Returns a structure containing the location of elements making up a solid model/drawing dimension or reference dimension. NOTE: In a solid model, dimension location values will always be extracted by this function with respect to the indicated model orientation. The locations and values will be different for the same dimension when that model has a different orientation and scaling factor applied. This does not apply for drawings. NOTE: In the event of a PRO_TK_NOT_DISPLAYED error, the argument "data" still contains location information. | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDimension.h> | |||||||||||||||||
ProError | ProDimensionLocationGet | ( | |||||||||||||||
ProDimension* dim | |||||||||||||||||
/* (In) | |||||||||||||||||
The dimension handle. | |||||||||||||||||
*/ | |||||||||||||||||
ProView view | |||||||||||||||||
/* (In) | |||||||||||||||||
The orientation of the model that will be applied before calculating the locations. Pass NULL to use the current model view, if the model is current, or a default model orientation otherwise. Pass NULL if using a drawing. | |||||||||||||||||
*/ | |||||||||||||||||
ProDrawing drawing | |||||||||||||||||
/* (In) | |||||||||||||||||
The drawing handle. Pass NULL if not using a drawing. | |||||||||||||||||
*/ | |||||||||||||||||
ProDimlocation* data | |||||||||||||||||
/* (Out) | |||||||||||||||||
The dimension location data. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|