RhinoDoc.GetRenderPrimitives Method (ViewportInfo, Boolean, Boolean)

RhinoDocGetRenderPrimitives Method (ViewportInfo, Boolean, Boolean)

Get a enumerable list of custom mesh primitives

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public IEnumerable<RenderPrimitive> GetRenderPrimitives(
	ViewportInfo viewport,
	bool forceTriangleMeshes,
	bool quietly
)
Public Function GetRenderPrimitives ( 
	viewport As ViewportInfo,
	forceTriangleMeshes As Boolean,
	quietly As Boolean
) As IEnumerable(Of RenderPrimitive)

Parameters

viewport
Type: Rhino.DocObjectsViewportInfo
The rendering view camera.
forceTriangleMeshes
Type: SystemBoolean
If true all mesh faces will be triangulated
quietly
Type: SystemBoolean
Iterate quietly, if true then no user interface will be displayed

Return Value

Type: IEnumerableRenderPrimitive

[Missing <returns> documentation for "M:Rhino.RhinoDoc.GetRenderPrimitives(Rhino.DocObjects.ViewportInfo,System.Boolean,System.Boolean)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also