.. automethod:: add_geometry .. automethod:: set .. automethod::
wrap_in_box .. automethod:: bounding_box .. automethod:: center ..
automethod:: apply_transform
|
|
|
|
|
| add_geometry(self,
points,
facets,
facet_hole_starts=None,
facet_markers=None,
point_markers=None) |
source code
|
|
|
|
| add_cycle(self,
points,
facet_markers=None,
point_markers=None) |
source code
|
|
|
|
|
|
|
set(self,
mesh_info)
Transfer the built geometry into a :class:`meshpy.triangle.MeshInfo`
or a :class:`meshpy.tet.MeshInfo`. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
wrap_in_box(self,
distance,
subdivisions=None)
:param subdivisions: is a tuple of integers specifying
the number of subdivisions along each axis. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|