All Frameworks Class Hierarchy This Framework Previous Next Indexes
Mathematics.CATCGMVirtual | +---CATDynMassProperties1D
Usage: you must use this class as is. You should never derive it.
public class CATDynMassProperties1D
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 CATDynCreateMassProperties1D global method and is deleted
with the usual C++ delete operator.
public virtual ~CATDynMassProperties1D( | ) |
public virtual CATPositiveLength GetLength( | )const = 0 |
public virtual CATLength GetLengthFromParams( | const CATCrvParam& | iParam1, |
const CATCrvParam& | iParam2) const = 0 |
public virtual CATCrvParam GetParamFromLength( | const CATCrvParam& | iParam, |
const CATLength& | iLength) const = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.