Click or drag to resize

BrepIsBox Method

Verifies a Brep is in the form of a solid box.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.10
Syntax
public bool IsBox()

Return Value

Type: Boolean
true if the Brep is a solid box, false otherwise.
See Also