TextureMapping.CreatePlaneMapping Method (Plane, Interval, Interval, Interval)

TextureMappingCreatePlaneMapping Method (Plane, Interval, Interval, Interval)

Create a planar UV projection texture mapping

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static TextureMapping CreatePlaneMapping(
	Plane plane,
	Interval dx,
	Interval dy,
	Interval dz
)
Public Shared Function CreatePlaneMapping ( 
	plane As Plane,
	dx As Interval,
	dy As Interval,
	dz As Interval
) As TextureMapping

Parameters

plane
Type: Rhino.GeometryPlane
A plane to use for mapping.
dx
Type: Rhino.GeometryInterval
portion of the plane's x axis that is mapped to [0,1] (can be a decreasing interval)
dy
Type: Rhino.GeometryInterval
portion of the plane's y axis that is mapped to [0,1] (can be a decreasing interval)
dz
Type: Rhino.GeometryInterval
portion of the plane's z axis that is mapped to [0,1] (can be a decreasing interval)

Return Value

Type: TextureMapping
TextureMapping instance if input is valid
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also