Get the available transformations.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVOModelTransCollection GetAvailableTransformations( int LOD, string ArticName ); |
| [Managed C++] |
|---|
public: IAgVOModelTransCollection^ GetAvailableTransformations( int LOD, String __gc ^ ArticName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgVOModelTransCollection getAvailableTransformations( int LOD, String ArticName ); |
[Python - STK API ] |
|---|
def GetAvailableTransformations(self, LOD:int, ArticName:str) -> "IAgVOModelTransCollection": |
- LOD
- The level of detail. Usually 0.
- ArticName
- The articulation name.






