STK ObjectsSend comments on this topic.
GetAvailableTransformations Method (IAgVOModelArtic)
See Also
LOD
The level of detail. Usually 0
ArticName
The articulation name.
Windows





Windows & Linux

Description

The available transformations.

Syntax

[Visual Basic .NET]
Public Function GetAvailableTransformations( _
    ByVal LOD As Integer, _
    ByVal ArticName As String _
) As IAgVOModelTransCollection
[C#]
public IAgVOModelTransCollection GetAvailableTransformations(
    int LOD,
    string ArticName
);
[Managed C++]
public: IAgVOModelTransCollection^ GetAvailableTransformations(
    int LOD,
    String __gc ^ ArticName
);
[Unmanaged C++]
public: HRESULT GetAvailableTransformations(
    long LOD,
    BSTR ArticName,
    IAgVOModelTransCollection ** ppIAgVOModelTransCollection
);
[Java]
public IAgVOModelTransCollection getAvailableTransformations(
    int LOD,
    String ArticName
);
[Python - STK API ]
def GetAvailableTransformations(self, LOD:int, ArticName:str) -> "IAgVOModelTransCollection":

Parameters

LOD
The level of detail. Usually 0
ArticName
The articulation name.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.