[Visual Basic .NET] |
---|
Public Sub LoadWithStringUri( _ ByVal Uri As String _ ) |
[C#] |
---|
public void LoadWithStringUri( string Uri ); |
[Managed C++] |
---|
public: void LoadWithStringUri( String __gc ^ Uri ); |
[Unmanaged C++] |
---|
public: HRESULT LoadWithStringUri( BSTR Uri ); |
[Java] |
---|
public void loadWithStringUri( String Uri ); |
[Python - STK API] |
---|
def LoadWithStringUri(self, Uri:str) -> None: |
- Uri
- The path to the model file.
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.