API 文件集 > Sheetmetal > Object ProSmt > Function ProSmtBendsrfChildGet
Function ProSmtBendsrfChildGet
Description
Provides the active child surface of a sheet metal surface which is currently inactive due to subsequent bends/unbends.
Synopsis
#include <ProSheetmetal.h>
ProSmtBendsrfChildGet
(
ProPart smt_part
/* (In)
The sheet metal part
*/
ProSurface surface
/* (In)
The surface
*/
ProSurface* child
/* (Out)
The active child of the specified invisible surface.
*/
)
Returns
The function sucessfully retrieved the information.
One or more of the input arguments are invalid.
The model is not a sheet metal part.
input surface is inactive, but there is no active bent/unbent child
這是否有幫助?