Category Solids and parts, Object ProSolid

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: wfcWSolid::GetDisplayOutline
Synopsis
#include <ProSolid.h>
ProErrorProSolidDispoutlineGet(
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
PRO_TK_NO_ERRORThe function successfully computed the outline.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
See Also
ProNoteAttachFreeGet
ProNoteAttachFreeSet

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Accessing the Note Placement
  3. Annotations: Annotation Features and Annotations: Accessing the Note Placement

Sample Code References:

  1. pt_examples ( TestSetup.c )
  2. pt_userguide ( UgSolidNoteCreate.c )