GMModelInterfaces Interface CATICGMDynMassProperties1D
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATICGMDynMassProperties1D
Class defining the geometric operator to perform a global analysis on a CATCurve.
This class is transient and cannot be streamed. It performs conversion from curve parameter
to length and the converse.
The class is created with the CATCGMDynCreateMassProperties1D global method and is
is released with the Release method.
Method Index
- o
GetLength()
- Returns the total length of a CATCurve.
- o
GetLengthFromParams(CATCrvParam&,CATCrvParam&)
- Returns the length between two points of a CATCurve.
- o
GetParamFromLength(CATCrvParam&,CATLength&)
- Returns the CATCrvParam corresponding to the point at a given length
of another point.
Methods
o GetLength
public virtual GetLength( | ) |
-
Returns the total length of a CATCurve.
- Returns:
- The total length of the curve
o GetLengthFromParams
public virtual GetLengthFromParams( | const | iParam1, |
| const | iParam2) |
-
Returns the length between two points of a CATCurve.
- Parameters:
-
- iParam1
- The first point.
- iParam2
- The second point.
- Returns:
- The length between the two points.
o GetParamFromLength
public virtual GetParamFromLength( | const | iParam, |
| const | iLength) |
-
Returns the CATCrvParam corresponding to the point at a given length
of another point.
- Parameters:
-
- iParam
- The point on the curve.
- iLength
- The length on the curve measured from the point iParam.
- Returns:
- The corresponding point.
This object is included in the file: CATICGMDynMassProperties1D.h
If needed, your Imakefile.mk should include the module: CATGMModelInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.