CATWeightEquivalentUseItf Interface CATIComputedEquivalentUse

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIComputedEquivalentUse

Interface to access to computed weight values.
This is the interface that permits to access to the computed weight values.


Method Index


o GetMass(double&)
Permits to get the weight of itself.
o GetMassTolerance(double&)
Permits to get the tolerance associated to the weight.

Methods


o GetMass
public virtual GetMass( oMass)
Permits to get the weight of itself.
Parameters:
oMass
[out] The weight of the object
Unit: kg
Returns:
S_OK
If the operation is successful.
E_FAIL
If the operation is failed.
o GetMassTolerance
public virtual GetMassTolerance( oMassTolerance)
Permits to get the tolerance associated to the weight.
Parameters:
oMassTolerance
[out] The tolerance
Unit: kg
Returns:
S_OK
If the operation is successful.
E_FAIL
If the operation is failed.

This object is included in the file: CATIComputedEquivalentUse.h
If needed, your Imakefile.mk should include the module: CATWeightEquivalentUseItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.