ModelTextureMapping Constructor (TextureMapping, Int32, Transform) |
Namespace:
Grasshopper.Rhinoceros.Render
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic ModelTextureMapping(
TextureMapping textureMapping,
int channel,
Transform xform
)
Public Sub New (
textureMapping As TextureMapping,
channel As Integer,
xform As Transform
)
Parameters
- textureMapping
- Type: TextureMapping
- channel
- Type: SystemInt32
- xform
- Type: Transform
See Also