home | project pages | download | documentation | doxygen | contact |
Namespaces | |
namespace | pyext::shapes |
Functions | |
def | pyext::shapes::Plane |
An infinite xy-plane at the origin, solid is down. | |
def | pyext::shapes::Cylinder |
An infinite cylinder at the origin. | |
def | pyext::shapes::Sphere |
A sphere at the origin. | |
def | pyext::shapes::Union |
A union of objects. | |
def | pyext::shapes::Intersection |
A intersection of objects. | |
def | pyext::shapes::Difference |
Substract secondary objects from the primary object. | |
def | pyext::shapes::Invert |
Turns objects inside-out. | |
def | pyext::shapes::CappedCylinder |
A finite solid cylinder. | |
def | pyext::shapes::Box |
A finite solid box. | |
Variables | |
list | pyext::shapes::_shapes_remember = [] |