Indexes   

Unit (Object)

Represents CATIAUnit object.
This interface allows convertion.

Property Index

Magnitude
Returns the magnitude associated to the unit.
Symbol
Returns the symbol associated to the unit.

Method Index

ConvertFromMKS
Convert the initial value (expressed in MKS unit) in its equivalent in the current unit.
ConvertFromStorageUnit
Convert the initial value (expressed in storage unit) in its equivalent in the current unit.
ConvertToMKS
Convert the initial value in its equivalent in MKS unit.
ConvertToStorageUnit
Convert the initial value in its equivalent in storage unit.

Properties


o Property Magnitude() As (Read Only)
Returns the magnitude associated to the unit.
o Property Symbol() As (Read Only)
Returns the symbol associated to the unit.

Methods


o Func ConvertFromMKS( iValueInMKS) As
Convert the initial value (expressed in MKS unit) in its equivalent in the current unit.
Parameters:
iValueInThisUnit
The initial value in MKS unit.
oValueInMKS
The final value in the current unit.
o Func ConvertFromStorageUnit( iValueInStorageUnit) As
Convert the initial value (expressed in storage unit) in its equivalent in the current unit.
Parameters:
iValueInStorageUnit
The initial value in storage unit.
oValueInThisUnit
The final value in the current unit.
o Func ConvertToMKS( iValueInThisUnit) As
Convert the initial value in its equivalent in MKS unit.
Parameters:
iValueInThisUnit
The initial value in the current unit.
oValueInMKS
The final value in the corresponding MKS unit.
o Func ConvertToStorageUnit( iValueInThisUnit) As
Convert the initial value in its equivalent in storage unit.
Parameters:
iValueInThisUnit
The initial value in the current unit.
oValueInStorageUnit
The final value in the corresponding storage unit.

Copyright © 2006, Dassault Systèmes. All rights reserved.