API Documentation > 3D drawings and annotations > Object ProDimension > Function ProDimensionTangentAttachGet
Function ProDimensionTangentAttachGet
Description
Get dimension to take tangent as min, max or center.
Synopsis
#include <ProDimension.h>
ProDimensionTangentAttachGet
(
ProDimension* dimension
/* (In)
The input dimension's handle
*/
/* (In)
first or second tangent
*/
/* (Out)
min, max or center
*/
)
Returns
Updated dimension.
The input is not valid
dimension is not supported for tangent attachment
User Guide References
Was this helpful?