API ドキュメンテーション > Sheetmetal > Object ProSmt > Function ProSmtBendsrfParentGet
Function ProSmtBendsrfParentGet
Description
Provides the most recent unbent (bent) equivalent to a specified surface in a currently bent (unbent) bend.
Synopsis
#include <ProSheetmetal.h>
ProSmtBendsrfParentGet
(
ProPart smt_part
/* (In)
The sheet metal part
*/
ProSurface surface
/* (In)
The bend surface
*/
ProSurface* parent
/* (Out)
The most recent unbent (bent) equivalent to the specified (bent) unbent 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, or the surface is not a bend surface.
User Guide References
これは役に立ちましたか?