Geometry¶
- class py3dm.Geometry¶
Bases:
OpenNURBSObjectPython bindings for the openNURBS
ON_Geometryclass.ON_Geometry: base class for all geometry classes that must provide runtime class id. It provides interface for common geometric operations like finding bounding boxes and transforming.- dimension() int¶
Returns the dimension of the object.
Notes
The dimension is typically three. For parameter space trimming curves the dimension is two. In rare cases the dimension can be one or greater than three.