Click or drag to resize

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
)

Parameters

mesh
Type: Rhino.GeometryMesh
Mesh to add.
material
Type: Rhino.RenderRenderMaterial
Material to add, may be null if not needed.
See Also