Click or drag to resize

MeshCreateFromSubDControlNetWithTextureCoordinates Method

Create a mesh from a SubD control net including texture coordinates

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.3
Syntax
public static Mesh CreateFromSubDControlNetWithTextureCoordinates(
	SubD subd
)

Parameters

subd
Type: Rhino.GeometrySubD

[Missing <param name="subd"/> documentation for "M:Rhino.Geometry.Mesh.CreateFromSubDControlNetWithTextureCoordinates(Rhino.Geometry.SubD)"]

Return Value

Type: Mesh
mesh representing control net on success, null on failure
See Also