Description | |||||||||||||||||
Add dimension references | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDimension.h> | |||||||||||||||||
ProError | ProDimensionAdditionalRefsAdd | ( | |||||||||||||||
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 | |||||||||||||||||
|