API 文件集 > 3D drawings and annotations > Object ProDimension > Function ProDimensionAdditionalRefsAdd
Function ProDimensionAdditionalRefsAdd
Description
Add semantic references to the dimension, to give the user or downstream applications additional semantic data beyond the dimension's attachments.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionAdditionalRefsAdd
(
/* (In)
valid dimension.
*/
/* (In)
type of reference. FIRST, SECOND or surf collection. Only 1 reference allowed if type is PRO_DIM_SRF_COLL.
*/
/* (In)
ProArray of references. Currently it supports PRO_ANNOT_REF_SINGLE and PRO_ANNOT_REF_SRF_COLLECTION.
*/
)
Returns
The function completed successfully.
The input argument is invalid.
More than 1 references for PRO_DIM_SRF_COLL type.
Incorrect reference type. For example reference type PRO_ANNOT_REF_SINGLE and type PRO_ANNOT_REF_SRF_COLLECTION.
Refercnce from type PRO_ANNOT_REF_SRF_COLLECTION already exist.
User Guide References
這是否有幫助?