AutoOpenMesh Module
This module provides functions to create or manipulate Rhino Meshes This module is automatically opened when Rhino.Scripting.FSharp namespace is opened. These type extensions are only visible in F#.
Type extensions
Type extension |
Description
|
|
Makes a closed loop of NOT welded quads. Last line is ignored; it is considered the same as the first one (e.g. coming from closed Polyline).
Extended Type:
|
|
Makes a closed loop of welded quads. Last line is ignored; it is considered the same as the first one (e.g. coming from closed Polyline).
Extended Type:
|
|
Call Mesh.Normals.ComputeNormals() and Mesh.Compact() after adding the faces ??
Extended Type:
|
|
Appends a welded Quad to last 2 vertices. Call Mesh.Normals.ComputeNormals() and Mesh.Compact() after adding the faces.
Extended Type:
|
|
Appends a welded quad to last 2 vertices. Call Mesh.Normals.ComputeNormals() and Mesh.Compact() after adding the faces.
Extended Type:
|
|
Call Mesh.Normals.ComputeNormals() and Mesh.Compact() after adding the faces. Sort points counterclockwise.
Extended Type:
|
|
Call Mesh.Normals.ComputeNormals() and Mesh.Compact() after adding the faces. Sort points counterclockwise.
Extended Type:
|