Click or drag to resize

ModelRenderEnvironment Class

Represents a Rhino render environment. Wraps the functionality of the RenderEnvironment type.
Inheritance Hierarchy

Namespace:  Grasshopper.Rhinoceros.Render
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public sealed class ModelRenderEnvironment : ModelRenderContent, 
	IGH_BakeAwareData

The ModelRenderEnvironment type exposes the following members.

Constructors
  NameDescription
Public methodModelRenderEnvironment
Initializes a new instance of the ModelRenderEnvironment class
Public methodModelRenderEnvironment(ModelRenderEnvironmentAttributes)
Initializes a new instance of the ModelRenderEnvironment class
Public methodModelRenderEnvironment(Guid)
Initializes a new instance of the ModelRenderEnvironment class
Public methodModelRenderEnvironment(RenderEnvironment)
Initializes a new instance of the ModelRenderEnvironment class
Top
Properties
  NameDescription
Public propertyId (Inherited from ModelContent.)
Public propertyIsValid (Inherited from ModelContent.)
Public propertyName (Inherited from ModelContent.)
Public propertyNotes (Inherited from ModelContent.)
Public propertyParent (Inherited from ModelContent.)
Public propertyPath (Inherited from ModelContent.)
Public propertyTags (Inherited from ModelContent.)
Public propertyTypeName (Overrides ModelRenderContentTypeName.)
Top
Methods
Operators
See Also