Category Solids and parts, Object ProSolid

Function ProSolidBodyOutlineGet


Description
Retrieves the regeneration outline of a solid body, with respect to the base coordinate system orientation.
Synopsis
#include <ProSolidBody.h>
ProErrorProSolidBodyOutlineGet(
ProSolidBody* body
/* (In)
The body whose outline is to be determined
*/
ProOutline body_outline
/* (Out)
The outline that defines the boundary box of the body, in the orientation of the base coordinate system
*/
)
Returns
PRO_TK_NO_ERRORFunction is successful.
PRO_TK_E_NOT_FOUNDThe solid body is empty
PRO_TK_GENERAL_ERRORFunction failed.

Manual References:

  1. Migrating to the Multibody Environment: Overview
  2. Core: Solid Body: Creating a Body
  3. Core: Solid Body: Creating a Body