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
)
Public Shared Function CreateFromSubDControlNetWithTextureCoordinates (
subd As SubD
) As Mesh
Parameters
- subd
- Type: Rhino.GeometrySubD
[Missing <param name="subd"/> documentation for "M:Rhino.Geometry.Mesh.CreateFromSubDControlNetWithTextureCoordinates(Rhino.Geometry.SubD)"]
Return Value
Type:
Meshmesh representing control net on success, null on failure
See Also