Category 3D drawings and annotations, Object ProAnnotationelem

Function ProAnnotationelemQuiltreferenceSurfacesCollect


Description
Returns the surfaces which make up a quilt surface collection reference for the annotation element. This will even return the surfaces for a quilt which has been made inactive by features occurring after the annotation element in the model regeneration.
Synopsis
#include <ProAnnotationElem.h>
ProErrorProAnnotationelemQuiltreferenceSurfacesCollect(
ProAnnotationElem* elem
/* (In)
The annotation element.
*/
ProAnnotationReference* reference
/* (In)
The reference (obtained from ProAnnotationelemReferencesCollect(), which must contain a surface collection of type PRO_SURFCOLL_QUILT_SRFS.
*/
ProSelection** surfaces
/* (Out)
ProArray of selections of surface references, suitable for use for highlighting. Free this using ProSelectionarrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_INVALID_TYPEThe input reference type was not valid.

Manual References:

  1. Annotations: Annotation Features and Annotations: Accessing Annotation Elements
  2. Annotations: Annotation Features and Annotations: Accessing Annotation Elements