All Frameworks  Class Hierarchy  This Framework  Indexes

FreeFormOperators Global Function CATCreateLiss


CATLiss * CATCreateLiss(CATGeoFactory* iFactory,
CATSoftwareConfiguration* iConfig,
CATMathSetOfPointsND* iPoints,
double& iTol,
CATSkillValue 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:
The pointer to the created operator. To delete with the usual C++ delete operator afer use.
See also:
CATLiss

This object is included in the file: CATCreateLiss.h

Copyright © 2003, Dassault Systèmes. All rights reserved.