Interface IModelInstance
Instance of a model with its parameters.
public interface IModelInstanceProperties
Materials
Gets the materials.
IndexingDictionary<Material> Materials { get; }Property Value
- IndexingDictionary<Material>
- The materials. 
Model
Gets the model.
Model Model { get; }Property Value
- Model
- The model.