Get the Transformation Value given the LOD (level of detail), articulation name and the transformation name.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[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.






