Click or drag to resize

ModelRenderTexture Class

Represents a Rhino render texture. Wraps the functionality of the RenderTexture type.
Inheritance Hierarchy

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

The ModelRenderTexture type exposes the following members.

Constructors
  NameDescription
Public methodModelRenderTexture
Initializes a new instance of the ModelRenderTexture class
Public methodModelRenderTexture(ModelRenderTextureAttributes)
Initializes a new instance of the ModelRenderTexture class
Public methodModelRenderTexture(Guid)
Initializes a new instance of the ModelRenderTexture class
Public methodModelRenderTexture(RenderTexture)
Initializes a new instance of the ModelRenderTexture 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