Package meshpy :: Module geometry :: Class GeometryBuilder
[hide private]
[frames] | no frames]

Class GeometryBuilder

source code

object --+
         |
        GeometryBuilder

.. automethod:: add_geometry .. automethod:: set .. automethod:: wrap_in_box .. automethod:: bounding_box .. automethod:: center .. automethod:: apply_transform

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
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
 
dimensions(self) source code
 
set(self, mesh_info)
Transfer the built geometry into a :class:`meshpy.triangle.MeshInfo` or a :class:`meshpy.tet.MeshInfo`.
source code
 
mesher_module(self) source code
 
bounding_box(self) source code
 
center(self) 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
 
apply_transform(self, f) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)