Click or drag to resize

RenderPrimitiveListAdd Method (PlaneSurface, RenderMaterial)

Add primitive plane and material.

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

Parameters

plane
Type: Rhino.GeometryPlaneSurface
Plane to add.
material
Type: Rhino.RenderRenderMaterial
Material to add, may be null if not needed.
See Also