STK ObjectsSend comments on this topic.
GetTransValue Method (IAgVOModelArtic)
See Also
LOD
The level of detail. Usually 0.
Articulation
The articulation name.
Trans
The transformation name.
Windows





Windows & Linux

Description

The Transformation Value given the LOD (level of detail), articulation name and the transformation name.

Syntax

[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:

Parameters

LOD
The level of detail. Usually 0.
Articulation
The articulation name.
Trans
The transformation name.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.