GMModelInterfaces Global Function CATCGMCreateMathNurbsSurfaceTools
CATCGMCreateMathNurbsSurfaceTools( | const | iUKnotVector, |
| const | iVKnotVector, |
| const | iIsRational, |
| const | iVertices, |
| const | iWeights) |
-
Creates an operator for dividing a Nurbs surface into several C2 Nurbs surfaces.
- Parameters:
-
- iUKnotVector
- The knot vector along U.
- iVKnotVector
- The knot vector along V.
- iIsRational
- Legal values:
- 0
- if it is not rational.
- 1
- if it is rational.
- iVertices
- The set of control points.
- iWeights
- The array of weights (one weight per control point).
- 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: CATICGMMathNurbsSurfaceTools.h
If needed, your Imakefile.mk should include the module: CATGMModelInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.