Documentación de la API > 3D drawings and annotations > Object ProAnnotationelem > Function ProAnnotationelemQuiltreferenceSurfacesCollect
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
ProAnnotationelemQuiltreferenceSurfacesCollect
(
/* (In)
The annotation element.
*/
/* (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
The function succeeded.
One or more input arguments was invalid.
The input reference type was not valid.
User Guide References
¿Fue esto útil?