Click or drag to resize

RhinoDocGetRenderPrimitives Method (Boolean, Boolean)

Note: This API is now obsolete.

Get a enumerable list of custom mesh primitives

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
[ObsoleteAttribute("This version is obsolete because - uses the old school custom render meshes.  Prefer CustomRenderMeshes")]
public IEnumerable<RenderPrimitive> GetRenderPrimitives(
	bool forceTriangleMeshes,
	bool quietly
)

Parameters

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(System.Boolean,System.Boolean)"]

See Also