API ドキュメンテーション > Sheetmetal > Object ProSmt > Function ProSmtBodyIsLinkedToPart
Function ProSmtBodyIsLinkedToPart
Description
Checks if specified sheet metal body is linked to a part.
Synopsis
#include <ProSheetmetal.h>
ProSmtBodyIsLinkedToPart
(
ProSolidBody* smt_body
/* (In)
The sheet metal body, see ProSolidBodyIsSheetmetal().
*/
ProBoolean* is_linked
/* (Out)
PRO_B_TRUE - the body is linked to the part.
*/
)
Returns
The function successfully checked the body.
The input argument is invalid.
The body is not sheet metal.
User Guide References
これは役に立ちましたか?