Click or drag to resize

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)
Since: 5.0
Syntax
public virtual bool IsMeshable(
	MeshType meshType
)

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)"]

See Also