RenderMeshes Constructor (RhinoDoc, Guid, Guid, UInt32, UInt32) |
Create a new render primitives collection.
Namespace:
Rhino.Render.CustomRenderMeshes
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntaxpublic RenderMeshes(
RhinoDoc doc,
Guid objectId,
Guid renderMeshProviderId,
uint runningHash,
uint flags
)
Public Sub New (
doc As RhinoDoc,
objectId As Guid,
renderMeshProviderId As Guid,
runningHash As UInteger,
flags As UInteger
)
Parameters
- doc
- Type: RhinoRhinoDoc
The Rhino document with which this collection will be associated. - objectId
- Type: SystemGuid
The ObjectId that this collection is for. - renderMeshProviderId
- Type: SystemGuid
The RenderMeshProvider that created this collection - if this is the first in the stack, typically this will be ON_nil_uuid. - runningHash
- Type: SystemUInt32
The running hash of this collection - each RenderMeshProvider will update the hash with its own modification hash. - flags
- Type: SystemUInt32
The flags these render meshes were created with.
See Also