Symbol3D.LoadMeshes Method
Loads a 3D model from the specified file.
LoadMeshes(System.String fileName)
Loads a 3D model from the specified file.Syntax
public static MeshInfoCollection LoadMeshes (
System.String fileName
)
Parameters
The path and file name of the model file to load.
Return Value
A collection of pairs of mesh geometries and corresponding materials.
Remarks
This method will load a 3D model from a file and return it as a collection of MeshInfo instances, each one holding a mesh geometry and its corresponding material.
Note that when a model is loaded with this method, the vertices will be returned without and transformations applied, i.e. the model will not be reoriented towards north, or rotated to match AheadVector and UpVector properties.
Platforms
Windows, Linux, Android