Category Mechanica, Object ProMechcontour

Function ProMechcontourBoundbox3dCompute


Description
Finds the 3d bounding box of the Creo Simulate outer contour.
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechcontourBoundbox3dCompute(
ProMechContour contour
/* (In)
The contour.
*/
Pro3dPnt outline_points[2]
/* (Out)
The 3d bounding box for the contour.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_GENERAL_ERRORA general error is encountered.