Description:

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

Syntax:
public bool IsBox()
Returns:
Type: bool
True if the Brep is a solid box, False otherwise.
Available since:
7.10

Description:

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

Syntax:
public bool IsBox(
double tolerance
)
Parameters:
  • tolerance
  • Type: double
  • The tolerance used to determine if faces are planar and to compare face normals.
Returns:
Type: bool
True if the Brep is a solid box, False otherwise.
Available since:
7.10

IsBox method

Class:  Rhino.Geometry.Brep

Nothing found