Documentación de la API > 3D interface > Object ProLayerfilterdata > Function ProLayerfilterdataCountsGet
Function ProLayerfilterdataCountsGet
Description
Gets the counts from a ProLayerfilterdata object passed to the ProIntfimportLayerFilter action. These are the counts shown in the Creo Parametric layer import dialog.
Replacement in Object TOOLKIT:
Synopsis
#include <ProIntfimport.h>
ProLayerfilterdataCountsGet
(
/* (In)
The imported layer information.
*/
int* curve_count
/* (Out)
The curve count for the designated layer.
*/
int* surface_count
/* (Out)
The surface count for the designated layer.
*/
int* trimmed_surface_count
/* (Out)
The trimmed surface count for the designated layer.
*/
)
Returns
The function successfully retrieved the information.
The function arguments were invalid.
User Guide References
¿Fue esto útil?