API 文件集 > Features > Object ProFeature > Function ProFeatureZoneGet
Function ProFeatureZoneGet
Description
Return zone feature planes and operations.
Replacement in Object TOOLKIT:
Synopsis
#include <ProXsec.h>
ProFeatureZoneGet
(
/* (In)
ProFeature handle.
*/
ProPlanedata** p_planes
/* (Out)
ProArray of ProPlanedata structures. Free this using ProArrayFree().
*/
int** p_oper_arr
/* (Out)
ProArray of operations: 0 - intersection, 1 - union. We keep the material that belongs to the intersection and union of planes' half spaces. Free this using ProArrayFree().
*/
)
Returns
Data successfully retrieved.
Invalid input parameter(s).
User Guide References
這是否有幫助?