All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---GeometricObjects.CATICGMUnknown | +---GeometricObjects.CATICGMObject | +---GeometricObjects.CATLaw | +---CATConstantLaw
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATConstantLaw
Interface representing a linear law.
A law is a function L of one parameter iT on a given 1D interval
[iTmin,iTmax]. A constant law is such that L(iT)=iConstant on the
definition interval.
public virtual double GetValue( | )const = 0 |
public virtual void SetValue( | const double | iNewValue) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.