yucad3d

Dimensions & Leaders

Dimensions (linear, aligned, radial, diametric, angular) and leaders.

24 functions.

CadAddDimCreates a new dimension and returns its handle.
CadAddDimPointCreates a new dimension — point and returns its handle.
CadAddLeaderCreates a new leader and returns its handle.
CadDimGetPointReturns the point of the dimension.
CadDimGetStyleIDThe dimension's named dim-style (via the shared style handle table).
CadDimGetTextReturns the text of the dimension.
CadDimGetTypeReturns the type of the dimension.
CadDimGetValueReturns the value of the dimension.
CadDimPutPointSets the point of the dimension.
CadDimPutStyleIDSets the style i d of the dimension.
CadDimPutTextSets the text of the dimension.
CadLeaderGetArrSizeReturns the arr size of the leader.
CadLeaderGetNumVersReturns the number of vertices of the leader.
CadLeaderGetSplineReturns the spline of the leader.
CadLeaderGetTextReturns the text of the leader.
CadLeaderGetTextHReturns the text h of the leader.
CadLeaderGetTextLenReturns the text length of the leader.
CadLeaderGetVerReturns the vertex of the leader.
CadLeaderPutArrSizeSets the arr size of the leader.
CadLeaderPutNumVersSets the number of vertices of the leader.
CadLeaderPutSplineSets the spline of the leader.
CadLeaderPutTextSets the text of the leader.
CadLeaderPutTextHSets the text h of the leader.
CadLeaderPutVerSets the vertex of the leader.