IModelGeometrySimple
Description
- Derived from
Base interface for IModelGeometry classes that contain simple line and/or triangle geometry that can be described with a single PrimitiveBatch, each.
Extensions
ToModel
3 overloads
Creates a simple IModel from this geometry.
The given model in will get up to two additional model parts:
-
Triangles:
If materialTriangles in is notnull
and this geometry has at least one triangle. -
Lines:
If materialEdges in is notnull
and this geometry has at least one line.
Creates a simple IModel from this geometry.
This method creates a new instance(s) of Material and then delegates to ToModel1. See Material.Uniform1.
Creates a simple IModel from this geometry.
- See also