Click or drag to resize

RenderPrimitiveListAdd Method (Box, RenderMaterial)

Add primitive box and material.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.7
Syntax
public void Add(
	Box box,
	RenderMaterial material
)

Parameters

box
Type: Rhino.GeometryBox
Box to add.
material
Type: Rhino.RenderRenderMaterial
Material to add, may be null if not needed.
See Also