Description:

Create a new render primitives collection.

Syntax:
public RenderMeshes(
RhinoDoc doc,
Guid objectId,
Guid renderMeshProviderId,
uint runningHash,
uint flags
)
Parameters:
  • doc
  • Type: RhinoDoc
  • The Rhino document with which this collection will be associated.
  • objectId
  • Type: System.Guid
  • The ObjectId that this collection is for.
  • renderMeshProviderId
  • Type: System.Guid
  • The RenderMeshProvider that created this collection - if this is the first in the stack, typically this will be ON_nil_uuid.
  • runningHash
  • Type: uint
  • The running hash of this collection - each RenderMeshProvider will update the hash with its own modification hash.
  • flags
  • Type: uint
  • The flags these render meshes were created with.
Available since:
8.0

Description:

Create a new render primitives collection.

Syntax:
public RenderMeshes(
RhinoDoc doc,
Guid objectId,
Guid renderMeshProviderId,
uint runningHash
)
Parameters:
  • doc
  • Type: RhinoDoc
  • The Rhino document with which this collection will be associated.
  • objectId
  • Type: System.Guid
  • The ObjectId that this collection is for.
  • renderMeshProviderId
  • Type: System.Guid
  • The RenderMeshProvider that created this collection - if this is the first in the stack, typically this will be ON_nil_uuid.
  • runningHash
  • Type: uint
  • The running hash of this collection - each RenderMeshProvider will update the hash with its own modification hash.
Available since:
8.0

Nothing found