Sets a specified type of mesh for this extrusion.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.3
Syntax public bool SetMesh(
Mesh mesh,
MeshType meshType
)
Public Function SetMesh (
mesh As Mesh,
meshType As MeshType
) As Boolean
Parameters
- mesh
- Type: Rhino.GeometryMesh
The mesh. - meshType
- Type: Rhino.GeometryMeshType
The mesh type.
Return Value
Type:
BooleanTrue on success.
See Also