Get the Transformation Value given the LOD (level of detail), articulation name and the transformation name.
[Visual Basic .NET] |
---|
Public Function GetTransValue( _ ByVal LOD As Integer, _ ByVal Articulation As String, _ ByVal Trans As String _ ) As Double |
[C#] |
---|
public double GetTransValue( int LOD, string Articulation, string Trans ); |
[Managed C++] |
---|
public: double GetTransValue( int LOD, String __gc ^ Articulation, String __gc ^ Trans ); |
[Unmanaged C++] |
---|
public: HRESULT GetTransValue( long LOD, BSTR Articulation, BSTR Trans, double * pNum ); |
[Java] |
---|
public double getTransValue( int LOD, String Articulation, String Trans ); |
[Python - STK API ] |
---|
def GetTransValue(self, LOD:int, Articulation:str, Trans:str) -> float: |
- LOD
- The level of detail. Usually 0.
- Articulation
- The articulation name.
- Trans
- The transformation name.