aerocaps.geom.point.Origin3D#
- class Origin3D(name: str = 'Origin3D', construction: bool = False)[source]#
Bases:
Point3DThree-dimensional origin point class
- __init__(name: str = 'Origin3D', construction: bool = False)[source]#
Point located at \((x,y,z)=(0,0,0)\)
- Parameters:
name (str) – Name of the geometric object. May be re-assigned a unique name when added to a
GeometryContainer. Default: ‘Origin3D’construction (bool) – Whether this is a geometry used only for construction of other geometries. If
True, this geometry will not be exported or plotted. Default:False
Methods
Attributes