AGI STK Graphics 11 Send comments on this topic.
Articulations Property (IAgStkGraphicsModelPrimitive)
See Also 





Description

Gets the model's articulations. Articulations identify geometry and contain transformations for manipulating that geometry.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Articulations() As IAgStkGraphicsModelArticulationCollection

[C#]
public IAgStkGraphicsModelArticulationCollection Articulations {get;}

[Managed C++]
public: __property IAgStkGraphicsModelArticulationCollection^ get_Articulations();

[Unmanaged C++]
public: HRESULT get_Articulations(
IAgStkGraphicsModelArticulationCollection ** ppRetVal
);

[Java]
public IAgStkGraphicsModelArticulationCollection getArticulations();

Remarks

Articulations may be null if the model doesn't contain any articulations.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1