Description:

Build custom render mesh(es) for this object.

Syntax:
public RenderPrimitiveList GetRenderPrimitiveList(
ViewportInfo viewport,
bool preview
)
deprecated in 6.0
obsolete: This version is obsolete because it returns the obsolete RenderPrimitiveList - ie, the old school custom render meshes. Use CustomRenderMeshes instead.
Parameters:
  • preview
  • Type: bool
  • Type of mesh to build, if preview is True then a smaller mesh may be generated in less time, False is meant when actually rendering.
Returns:
Returns a RenderPrimitiveList if successful otherwise returns null.
Available since:
5.7

Description:

Build custom render mesh(es) for this object.

Syntax:
public RenderPrimitiveList GetRenderPrimitiveList(
ViewportInfo viewport,
DisplayPipelineAttributes attrs
)
deprecated in 8.0
Parameters:
Returns:
Returns a RenderPrimitiveList if successful otherwise returns null.
Available since:
6.0

/
/
/
GetRenderPrimitiveList

GetRenderPrimitiveList method

Class:  Rhino.DocObjects.RhinoObject

Nothing found