ModelSceneSymbol

constructor(uri: String)

Creates a model scene symbol from a URI to a 3D model file.

Since

200.1.0

Parameters

uri

URI of the 3D model file.


constructor(uri: String, scale: Float)

Creates a model scene symbol from a URI to a 3D model file along with a scale.

Since

200.1.0

Parameters

uri

URI of the 3D model file.

scale

Scaling factor to apply to the model.