GeometricObjects Interface 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.
Method Index
- o
GetValue()
- Returns the constant value of this CATConstantLaw.
- o
SetValue(double)
- Modifies the constant value of this CATConstantLaw.
Methods
o GetValue
public virtual GetValue( | ) |
-
Returns the constant value of this CATConstantLaw.
- Returns:
- The constant value.
o SetValue
public virtual SetValue( | const | iNewValue) |
-
Modifies the constant value of this CATConstantLaw.
- Parameters:
-
- iNewValue
- The new constant value.
This object is included in the file: CATConstantLaw.h
If needed, your Imakefile.mk should include the module: CATGMGeometricInterfaces
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.