Category 3D drawings and annotations, Object ProDimension

Function ProDimensionAdditionalRefsAdd


Description
Add dimension references
Synopsis
#include <ProDimension.h>
ProErrorProDimensionAdditionalRefsAdd(
ProDimension* dim
/* (In)
valid dimension.
*/
ProDimensionReferenceType type
/* (In)
type of reference. FIRST, SECOND or surf collection. Only 1 reference allowed if type is PRO_DIM_SRF_COLL.
*/
ProAnnotationReference* refs
/* (In)
ProArray of references. Currently it supports PRO_ANNOT_REF_SINGLE and PRO_ANNOT_REF_SRF_COLLECTION.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_MAX_LIMIT_REACHEDMore than 1 references for PRO_DIM_SRF_COLL type.
PRO_TK_BAD_CONTEXTIncorrect reference type. For example reference type PRO_ANNOT_REF_SINGLE and type PRO_ANNOT_REF_SRF_COLLECTION.
PRO_TK_CANT_MODIFYRefercnce from type PRO_ANNOT_REF_SRF_COLLECTION already exist.

Manual References:

  1. Annotations: Annotation Features and Annotations: Dimension References
  2. Annotations: Annotation Features and Annotations: Dimension References