API 文件集 > Creating import and custom geometry > Object ProIntf > Function ProIntfDataSurfaceCount
Function ProIntfDataSurfaceCount
Description
Determines the number of surfaces in the interface data.
Synopsis
#include <ProIntfData.h>
ProIntfDataSurfaceCount
(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
int* n_surfaces
/* (Out)
The number of surfaces
*/
)
Returns
The function successfully evaluated the number of surfaces.
The input argument is invalid.
Sample Code References
User Guide References
這是否有幫助?