ModelRenderTexture
Represents a Rhino render texture. Wraps the functionality of the RenderTexture type.
Inheritance Hierarchy
System.Object
Grasshopper.Rhinoceros.ModelData
Grasshopper.Rhinoceros.ModelContent
Grasshopper.Rhinoceros.Render.ModelRenderContent
Grasshopper.Rhinoceros.Render.ModelRenderTexture
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
Name
Description
Public Method
ModelRenderTexture.
Initializes a new instance of the ModelRenderTexture class
Public Method
ModelRenderTexture(ModelRenderTexture.Attributes)
Initializes a new instance of the ModelRenderTexture class
Public Method
ModelRenderTexture(Guid)
Initializes a new instance of the ModelRenderTexture class
Public Method
ModelRenderTexture(RenderTexture)
Initializes a new instance of the ModelRenderTexture class
Properties
Name
Description
Public Property
Id
(Inherited from ModelContent.)
Public Property
IsValid
(Inherited from ModelContent.)
Public Property
Name
(Inherited from ModelContent.)
Public Property
Notes
(Inherited from ModelContent.)
Public Property
Parent
(Inherited from ModelContent.)
Public Property
Path
(Inherited from ModelContent.)
Public Property
Tags
(Inherited from ModelContent.)
Public Property
TypeName
(Overrides
ModelRenderContent.TypeName
.)Methods
Name
Description
Public Method
Static Member
Cast
Public Method
CastTo.T.(T.)
(Inherited from ModelContent.)
Public Method
CastTo.T.(T.)
(Inherited from ModelData.)
Public Method
CastTo.T.(T.)
(Overrides
ModelContent.CastTo.T.(T.)
.)Public Method
Equals(ModelContent)
(Inherited from ModelContent.)
Public Method
Equals(ModelData)
(Inherited from ModelData.)
Public Method
Equals(Object)
(Inherited from ModelContent.)
Public Method
GetHashCode
(Inherited from ModelContent.)
Public Method
ToAttributes
Public Method
ToDetails
(Inherited from ModelData.)
Public Method
TooltipString
(Inherited from ModelContent.)
Public Method
ToString
(Inherited from ModelContent.)
Operators
Name
Description
Public Operator
Static Member
.(ModelRenderTexture.Attributes to ModelRenderTexture)
Public Operator
Static Member
.(ColorRGBA to ModelRenderTexture)
Public Operator
Static Member
.(RenderTexture to ModelRenderTexture)
Public Operator
Static Member
.(String to ModelRenderTexture)