API 설명서 > Geometry items > Object ProSurface > Function ProSurfaceDataGet
Function ProSurfaceDataGet
Description
Retrieves the geometric representation data of the specified surface.
Synopsis
#include <ProSurface.h>
ProSurfaceDataGet
(
ProSurface p_surface
/* (In)
The surface handle.
*/
ProGeomitemdata** p_data_ptr
/* (Out)
The surface data. The function allocates the memory for this argument. Use the function ProGeomitemdataFree() to free the memory.
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
See Also
Sample Code References
User Guide References
도움이 되셨나요?