Documentación de la API > Features > Object ProFeature > Function ProFeatureZonesectionWithflipCreate
Function ProFeatureZonesectionWithflipCreate
Description
Create zone feature by its planes and operations. The same as ProFeatureZonesectionCreate but also allows the user to add a flip for zone planes: see ProZoneReferenceWithFlip.
Replacement in Object TOOLKIT:
Synopsis
#include <ProXsec.h>
ProFeatureZonesectionWithflipCreate
(
ProSolid p_solid
/* (In)
The solid handle.
*/
/* (In)
ProArray of ProZoneReferenceWithflip for zone reference planes. We keep the material that belongs to the intersection and union of planes' half spaces. Pass NULL to memb_id_tab member of this structure, when the feature is owned by a part.
*/
ProName zone_name
/* (In)
Zone name handle. If a zone with this name exists, the function returns PRO_TK_E_FOUND.
*/
ProFeature* p_zone
/* (Out)
ProFeature handle.
*/
)
Returns
Zone feature successfully created.
Model is in read-only state.
Invalid input/output parameter(s).
Failure to create zone.
Zone with given name already exists.
User Guide References
¿Fue esto útil?