Real Geometric Objects in 3d Space
Pages
- Real Abstracts
classes defining interfaces for PyGeo geometric primitives of real 3d space
- Points in 3d Space
-
points determined by reference to a defined dynamic geometric relationship
-
points that can be picked and moved, either freely in 3d space, or constrained to a specified geometric object
-
- Lines in 3d Space
- Circle(...)
Objects derived from the _Circle abstract class representing the set of points in a plane that are equidistant from a given point
- Plane(...)
Objects derived from the _Plane abstract class, representing an infinite plane in space.
- Sphere(...)
Objects derived from the _Sphere abstract class, representing all points in space equidistant from a given point
- PointArray(...)
objects derived from the _PointArray abstract class, representing an array of points with determined positions in space
- Curve(...)
An array of points derived from abstract class _Curve defined by a continuous function
- LineArray(...)
objects derived from the _LineArray abstract class, representing an array of lines with determined positions in space
- PlaneArray(...)
an array of planes dervied from the '_PlaneArray'_ abstact class
- CirclePencil(...)
an array of circles derived from the _CirclePencil abstact class
- Transform(...)
objects derived from the _Transformation abstract class represented a defined transformation of a given list of geometric objects