API Documentation > Solids and parts > Object ProSolid > Function ProSolidDispoutlineGet
Function ProSolidDispoutlineGet
Description
Computes the display outline of a solid. The display outline would be used to calculate how to refit the model in a window, the extents of a drawing view, or the coordinates of a note free attachment.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSolid.h>
ProSolidDispoutlineGet
(
ProSolid solid
/* (In)
The solid whose outline is to be computed.
*/
ProMatrix transform
/* (In)
The orientation matrix (with respect to the base coordinate system) to which the outline is to be computed.
*/
double r_outline_points[2][3]
/* (Out)
The two points that define the display outline of the solid in the specified orientation.
*/
)
Returns
The function successfully computed the outline.
One or more of the input arguments are invalid.
See Also
Sample Code References
User Guide References
Was this helpful?