GMModelInterfaces Global Function CATCGMCreateIntersection
CATCGMCreateIntersection( | | iWhere, |
| | iConfig, |
| | iCurve, |
| | iSurface, |
| | iMode | = BASIC) |
-
Creates an operator intersecting a curve and a surface.
- Parameters:
-
- iWhere
- The pointer to the factory of the geometry.
- iConfig
- The pointer to configuration defining the level of code to replay.
- iCurve
- The pointer to the curve.
- iSurface
- The pointer to the surface.
- iMode
- The mode of use.
Legal values:
- BASIC
- The operation is performed at the operator creation.
- ADVANCED
- Use the Run method to compute the operation.
- Returns:
- [out, IUnknown#Release] The pointer to the created operator. To be released with the Release method after use.
This object is included in the file: CATCGMCreateIntersection.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.