Category View manager, Object ProXsec

Function ProXsecPlaneGet


Description
Return the plane of a given cross-section.
Replacement in Object TOOLKIT: wfcWXSection::GetPlane
Synopsis
#include <ProXsec.h>
ProErrorProXsecPlaneGet(
ProXsec* xsec
/* (In)
Cross-section handle
*/
ProGeom* pp_plane
/* (Out)
Pointer to a pointer to a plane geom
*/
)
Returns
PRO_TK_NO_ERRORData successfully retrieved.
PRO_TK_NOT_IMPLEMENTEDThis is not a planar cross-section.
PRO_TK_BAD_INPUTSInvalid input parameter(s): incorrect xsec or output arg may be NULL.

Manual References:

  1. Core: Cross Sections: Extracting Cross-Sectional Geometry
  2. Core: Cross Sections: Extracting Cross-Sectional Geometry