API 文件集 > Sheetmetal > Object ProSmt > Function ProSmtSurfaceTypeGet
Function ProSmtSurfaceTypeGet
Description
Returns the type of the sheet metal surface.
Synopsis
#include <ProSheetmetal.h>
ProSmtSurfaceTypeGet
(
ProPart sheetmetal_part
/* (In)
The sheet metal part
*/
ProSurface surface
/* (In)
The surface to check
*/
ProSmtSurfType* r_smt_surf_type
/* (Out)
The type of sheet metal surface
*/
)
Returns
The function sucessfully retrieved the information.
One or more of the input arguments are invalid..
Input argument is not a sheetmetal part
Sample Code References
這是否有幫助?