GMOperatorsInterfaces Global Function CATCGMCreateTopDisconnectWire
CATCGMCreateTopDisconnectWire( | | iFactory, |
| | iData, |
| | iBodyToDisconnect, |
| | iDisconnectingBody) |
-
Constructs an operator that disconnects a CATWire.
Each body is split by the other one. Each body must only contain
one domain.
Orientation: The orientation of the resulting body is the orientation
of the first body.
Journal:
- The edges that are kept and not cut are written as CATCGMJournal::Keep
- The edges that are cut are written as CATCGMJournal::Subdivision
- The new vertices are written as CATCGMJournal::Creation
- The edges 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.
- iBodyToDisconnect
- A pointer to the wire to be disconnected.
- iDisconnectingBody
- A pointer to the disconnecting body.
- 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.