RenderPrimitiveListAdd Method (Mesh, RenderMaterial) |
Add mesh and material.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.7
Syntax public void Add(
Mesh mesh,
RenderMaterial material
)
Public Sub Add (
mesh As Mesh,
material As RenderMaterial
)
Parameters
- mesh
- Type: Rhino.GeometryMesh
Mesh to add. - material
- Type: Rhino.RenderRenderMaterial
Material to add, may be null if not needed.
See Also