Description | ||||||||||||||||||||||||||
Create an annotation element for the given driving dimension. This will trigger a regeneration. | ||||||||||||||||||||||||||
Licensing Requirement | ||||||||||||||||||||||||||
TOOLKIT for 3D Drawings | ||||||||||||||||||||||||||
Synopsis | ||||||||||||||||||||||||||
#include <ProDimension.h> | ||||||||||||||||||||||||||
ProError | ProDimensionAnnotationelemCreate | ( | ||||||||||||||||||||||||
ProDimension* dim | ||||||||||||||||||||||||||
/* (In) | ||||||||||||||||||||||||||
The dimension. | ||||||||||||||||||||||||||
*/ | ||||||||||||||||||||||||||
ProAnnotationPlane* plane | ||||||||||||||||||||||||||
/* (In) | ||||||||||||||||||||||||||
The dimension orientation. event of a regeneration failure, PRO_B_FALSE to abort the modification. | ||||||||||||||||||||||||||
*/ | ||||||||||||||||||||||||||
ProAnnotationElem* elem | ||||||||||||||||||||||||||
/* (Out) | ||||||||||||||||||||||||||
The newly created annotation element. | ||||||||||||||||||||||||||
*/ | ||||||||||||||||||||||||||
) | ||||||||||||||||||||||||||
Returns | ||||||||||||||||||||||||||
|