API 설명서 > View manager > Object ProXsec > Function ProXsecGeometryRetrieve
Function ProXsecGeometryRetrieve
DEPRECATED:
Since Wildfire 5.0
Description
Return the geometry of all cross-section components.
NOTE: This function is deprecated. Please use ProXsecGeometryCollect instead.
Synopsis
#include <ProXsec.h>
ProXsecGeometryRetrieve
(
ProXsec* xsec
/* (In)
Cross-section handle
*/
ProXsecGeom** geom_arr
/* (Out)
Array of component geometry structures (see ProXsecGeom)
*/
)
Returns
Data successfully retrieved.
Invalid input parameter(s).
Multi-Body parts are being cut by the Cross-section.
Sample Code References
User Guide References
도움이 되셨나요?