RhinoObject.IsMeshable Method

RhinoObjectIsMeshable Method

Returns true if the object is capable of having a mesh of the specified type

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public virtual bool IsMeshable(
	MeshType meshType
)
Public Overridable Function IsMeshable ( 
	meshType As MeshType
) As Boolean

Parameters

meshType
Type: Rhino.GeometryMeshType

[Missing <param name="meshType"/> documentation for "M:Rhino.DocObjects.RhinoObject.IsMeshable(Rhino.Geometry.MeshType)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.RhinoObject.IsMeshable(Rhino.Geometry.MeshType)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also