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
)
Public Sub Add (
box As Box,
material As RenderMaterial
)
Parameters
- box
- Type: Rhino.GeometryBox
Box to add. - material
- Type: Rhino.RenderRenderMaterial
Material to add, may be null if not needed.
See Also