GMOperatorsInterfaces Global Function CATCGMCreateLiss
CATCGMCreateLiss( | | iFactory, |
| | iConfig, |
| | iPoints, |
| | iTol, |
| | iMode | = BASIC) |
-
Creates the operator that smoothes a set of points to create a curve.
By default, the degree of the smoothed curve is 5, the continuity constraint is C2, the
parameterization is free.
- Parameters:
-
- iFactory
- The pointer to the factory of the geometry.
- iConfig
- The pointer to configuration defining the level of code to replay.
- iPoints
- The pointer to the set of points. Its dimension can be 2 (for a planar curve) or 3
- iTol
- The maximum distance between an input point and the smoothed curve.
- iMode
- The mode of use.
- Returns:
- [out, IUnknown#Release] The pointer to the created operator. To be released with the Release method after use.
- See also:
-
This object is included in the file: CATCGMCreateLiss.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.