Category Mechanica, Object ProMechcontour

Function ProMechcontourBoundbox2dCompute


Description
Finds the 2d bounding box of the Creo Simulate outer contour.
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechcontourBoundbox2dCompute(
ProMechContour contour
/* (In)
The contour.
*/
ProUvParam outline_points[2]
/* (Out)
The 2d bounding box.
*/
)
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.