Click or drag to resize

Emulate3DTestFixtureLoadModel Method

Loads the model from the provided path.

Namespace: Demo3D.TestRunner
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void LoadModel(
	string path,
	bool forceOpenModel,
	bool defaultView,
	bool throwExceptions
)

Parameters

path  String
The path to load the model from.
forceOpenModel  Boolean
Determines whether to force the opening (or re-opening) of the model.
defaultView  Boolean
Determines whether to set the default view.
throwExceptions  Boolean
Determines whether to throw exceptions.
See Also