STK ObjectsSend comments on this topic.
LODCount Property (IAgVOModelArtic)
See Also
Windows





Windows & Linux

Description

Specify the level of detail (LOD) for defining articulations, where 0 is the finest level of detail and 1 is the coarsest model.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property LODCount() As Integer
[C#]
public int LODCount {get;}
[Managed C++]
public: __property int get_LODCount();
[Unmanaged C++]
public: HRESULT get_LODCount(
    long * pVal
);
[Java]
public int getLODCount();
[Python - STK API ]
@property
def LODCount(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.