Click or drag to resize

ModelPrimitive Constructor (String)

For convenience. Initializes a model primitive with the specified file path.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ModelPrimitive(
	string uri
)

Parameters

uri
Type: System.String
The path to the model file.
Remarks
See ModelPrimitive(Uri). for a full discussion.
See Also