Documentazione API > View manager > Object ProXsec > Function ProXsecPlaneGet
Function ProXsecPlaneGet
Description
Return the plane of a given cross-section.
Replacement in Object TOOLKIT:
Synopsis
#include <ProXsec.h>
ProXsecPlaneGet
(
ProXsec* xsec
/* (In)
Cross-section handle
*/
ProGeom* pp_plane
/* (Out)
Pointer to a pointer to a plane geom
*/
)
Returns
Data successfully retrieved.
This is not a planar cross-section.
Invalid input parameter(s): incorrect xsec or output arg may be NULL.
User Guide References
È stato utile?