GMModelInterfaces Global Function CATCGMCreateConvertCurveToCanonic
CATCGMCreateConvertCurveToCanonic( | | iFactory, |
| | iConfig, |
| | iEdgeCurve, |
| | iStartPOEC, |
| | iEndPOEC, |
| | iSupport | = NULL, |
| | iMode | = BASIC) |
-
Creates an operator that computes the most approaching canonical
curve of a given edge curve.
- Parameters:
-
- iFactory
- The pointer to the geometry factory needed for the creation of the result curve.
- iEdgeCurve
- The pointer to the edge curve to be analyzed.
- iStartPOEC
- The pointer to the first point on the edge curve, defining the beginning of the domain to analyze.
- iEndPOEC
- The pointer to the last point on the edge curve, defining the end of the domain to analyze.
- iSupport
- The pointer to the planar surface of one of the representant of the edge curve. It can be NULL.
- iMode
-
- BASIC
- The operation is performed at the operator creation
- ADVANCED
- The operation is is performed with the Run method
- 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: CATCGMCreateConvertCurveToCanonic.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.