Description:

Get a enumerable list of custom mesh primitives

Syntax:
public IEnumerable<RenderPrimitive> GetRenderPrimitives(
ViewportInfo viewport,
Boolean forceTriangleMeshes,
Boolean quietly
)
deprecated in 8.0
Parameters:
  • forceTriangleMeshes
  • Type: System.Boolean
  • If True all mesh faces will be triangulated
  • quietly
  • Type: System.Boolean
  • Iterate quietly, if True then no user interface will be displayed
Returns:
Type: IEnumerable<RenderPrimitive>
Available since:
6.0

Description:

Get a enumerable list of custom mesh primitives

Syntax:
public IEnumerable<RenderPrimitive> GetRenderPrimitives(
Boolean forceTriangleMeshes,
Boolean quietly
)
deprecated in 8.0
obsolete: This version is obsolete because - uses the old school custom render meshes. Prefer CustomRenderMeshes
Parameters:
  • forceTriangleMeshes
  • Type: System.Boolean
  • If True all mesh faces will be triangulated
  • quietly
  • Type: System.Boolean
  • Iterate quietly, if True then no user interface will be displayed
Returns:
Type: IEnumerable<RenderPrimitive>
Available since:
6.0

Description:

Get a enumerable list of custom mesh primitives

Syntax:
public IEnumerable<RenderPrimitive> GetRenderPrimitives(
Guid plugInId,
ViewportInfo viewport,
Boolean forceTriangleMeshes,
Boolean quietly
)
deprecated in 8.0
obsolete: This version is obsolete because - uses the old school custom render meshes. Prefer RenderPrimitives
Parameters:
  • plugInId
  • Type: System.Guid
  • The Id of the plug-in creating the iterator.
  • forceTriangleMeshes
  • Type: System.Boolean
  • If True all mesh faces will be triangulated
  • quietly
  • Type: System.Boolean
  • Iterate quietly, if True then no user interface will be displayed
Returns:
Type: IEnumerable<RenderPrimitive>
Available since:
6.0

/
/
/
GetRenderPrimitives

GetRenderPrimitives method

Class:  Rhino.RhinoDoc

Nothing found