Category
Solids and parts
, Object
ProSolid
Function ProSolidBodyCreate
Description
Create new body
Synopsis
#include <
ProSolidBody.h
>
ProError
ProSolidBodyCreate
(
ProSolid
sld
/* (In)
The solid owner.
*/
ProSolidBody
*
body
/* (Out)
Newly created body.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully initialized body.
PRO_TK_BAD_INPUTS
One or more of the input arguments are invalid.
Manual References:
Migrating to the Multibody Environment: Overview
Core: Solid Body: Creating a Body
Core: Solid Body: Creating a Body