MeshExtruder Class |
Namespace: Rhino.Geometry
The MeshExtruder type exposes the following members.
| Name | Description | |
|---|---|---|
| MeshExtruder |
Construct object to extrude given mesh faces, edges and ngons.
|
| Name | Description | |
|---|---|---|
| EdgeBasedUVN |
Edge based UVN defines UVN directions according to boundary edge directions
| |
| FaceDirectionMode |
Face direction mode determines how faces are oriented
| |
| KeepOriginalFaces |
Whether or not to keep original faces.
| |
| PreviewLines |
Gets Line objects to preview extruded mesh.
| |
| SurfaceParameterMode |
Mode for creating surface parameters for extruded areas
| |
| TextureCoordinateMode |
Mode for creating texture coordinates for extruded areas
| |
| Transform |
Transform of extrusion
| |
| UVN |
Whether or not to perform extrude in UVN basis.
|
| Name | Description | |
|---|---|---|
| Dispose |
Dispose of this object and any unmanaged memory associated with it.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| ExtrudedMesh(Mesh) |
Creates new extruded mesh. Returns true if any edges or faces were extruded.
| |
| ExtrudedMesh(Mesh, ListComponentIndex) |
Creates new extruded mesh. Returns true if any edges or faces were extruded.
| |
| Finalize |
Destructor
(Overrides ObjectFinalize.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetWallFaces |
Return list of faces that were added to connect transformed edges/faces to non-transformed edges/faces.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |