Click or drag to resize

ModelTextureMapping Class

Represents a Rhino model texture mapping. Wraps the functionality of the TextureMapping type.
Inheritance Hierarchy
SystemObject
  Grasshopper.RhinocerosModelData
    Grasshopper.RhinocerosModelContent
      Grasshopper.RhinocerosModelComponentContent
        Grasshopper.Rhinoceros.RenderModelTextureMapping

Namespace:  Grasshopper.Rhinoceros.Render
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public sealed class ModelTextureMapping : ModelComponentContent, 
	IGH_PreviewData, IGH_PreviewMeshData

The ModelTextureMapping type exposes the following members.

Constructors
  NameDescription
Public methodModelTextureMapping
Initializes a new instance of the ModelTextureMapping class
Public methodModelTextureMapping(ModelTextureMappingAttributes)
Initializes a new instance of the ModelTextureMapping class
Public methodModelTextureMapping(Guid)
Initializes a new instance of the ModelTextureMapping class
Public methodModelTextureMapping(TextureMapping)
Initializes a new instance of the ModelTextureMapping class
Public methodModelTextureMapping(TextureMapping, Int32)
Initializes a new instance of the ModelTextureMapping class
Public methodModelTextureMapping(TextureMapping, Int32, Transform)
Initializes a new instance of the ModelTextureMapping class
Top
Properties
Methods
Operators
See Also