AGI STK Graphics 11 Send comments on this topic.
LoadWithStringUri Method (IAgStkGraphicsModelPrimitive)
See Also 
Uri
The path to the model file.





Description

For convenience. Loads a COLLADA (DAE) or AGI MDL (MDL) model using a file path.

Syntax

[Visual Basic .NET]
Public Sub LoadWithStringUri( _
   ByVal Uri As String _
) 

[C#]
public void LoadWithStringUri(
string Uri
);

[Managed C++]
public: void LoadWithStringUri(
String __gc ^ Uri
);

[Java]
public  loadWithStringUri(
String Uri
);

[Unmanaged C++]
public: HRESULT LoadWithStringUri(
BSTR Uri
);

Parameters

Uri
The path to the model file.

Remarks

If the model includes articulations, they can be accessed using Articulations.

If the model's Automatically Compute Bounding Sphere property is true, Bounding Sphere is set to fit around the model. Otherwise, it is the caller's responsibility to update the model's Bounding Sphere to a sphere that encompasses the model.

Loading a new model does not change the model's Position, Orientation, or Scale.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1