RhinoObjectGetMeshes Method |
Rhino 5 for Windows
Get existing meshes used to render and analyze surface and polysrf objects.
Namespace: Rhino.DocObjectsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic virtual Mesh[] GetMeshes(
MeshType meshType
)
Public Overridable Function GetMeshes (
meshType As MeshType
) As Mesh()
Parameters
- meshType
- Type: Rhino.GeometryMeshType
[Missing <param name="meshType"/> documentation for "M:Rhino.DocObjects.RhinoObject.GetMeshes(Rhino.Geometry.MeshType)"]
Return Value
Type:
Mesh[Missing <returns> documentation for "M:Rhino.DocObjects.RhinoObject.GetMeshes(Rhino.Geometry.MeshType)"]
See Also