GMOperatorsInterfaces Global Function CATCGMCreateTopSplitShellWithKeepRemove
CATCGMCreateTopSplitShellWithKeepRemove( | | iFactory, |
| | iData, |
| | iBodyToCut, |
| | iCuttingBody, |
| | iExtrapolMode) |
-
Constructs an operator that splits a CATShell domain by a CATShell or a CATWire domain.
The body to split and the cutting body must only contain
one shell domain and one (shell or wire) domain respectively.
Orientation: The orientation of the resulting body is the orientation
of the body to cut.
Journal:
- The faces that are kept and not cut are written as CATCGMJournal::Keep
- The faces that are cut are written as CATCGMJournal::Subdivision
- The new edges are written as CATCGMJournal::Creation
- The faces that are neither cut, nor kept, are written as CATCGMJournal::Deletion
- Parameters:
-
- iFactory
- A pointer to the factory of the resulting body.
- iData
- A pointer to the topological data.
- iBodyToCut
- A pointer to the body to cut. It must only contain one shell
domain.
- iCuttingBody
- A pointer to the cutting body. It must only contain one (wire or shell)
domain
- iExtrapolMode
- The extrapolation mode when the cutting body does not cut right along the body to cut, or
vice versa in case of a trim operation:
- NO_EXTRAPOLATION: No extrapolation is performed. The operator cannot find a solution
if the cutting body does not cut right along the body to cut.
- TANGENT_DIRECTION: If the cutting body does not cut right along the body to cut, the extrapolation is
made tangentially to the scar at the last computed point.
- Returns:
- [out, IUnknown#Release] The pointer to the created operator. To be released with the Release method afer use.
This object is included in the file: CATCGMCreateTopBoolean.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.