All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---GeometricObjects.CATICGMUnknown
|
+---GeometricObjects.CATICGMObject
|
+---GeometricObjects.CATLaw
|
+---CATSplineLaw
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATSplineLaw
Interface representing a linear law.
A law is a function L of one parameter iT on a given 1D interval
[iTmin,iTmax]. A spline law is a spline interpolation function between points with
imposed tangents.
| public virtual void GetConstraints( | CATLONG32& | ioNbrOfConstraint, |
| double*& | oT, | |
| double*& | oValue) const = 0 |
| public virtual void GetOneConstraint( | const CATLONG32 | iIndex, |
| double& | ioT, | |
| double& | ioValue) const = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.