aerocaps.geom.point.Origin2D#

class Origin2D(name: str = 'Origin2D', construction: bool = False)[source]#

Bases: Point2D

Two-dimensional origin point class

__init__(name: str = 'Origin2D', construction: bool = False)[source]#

Point located at \((x,y)=(0,0)\)

Parameters:
  • name (str) – Name of the geometric object. May be re-assigned a unique name when added to a GeometryContainer. Default: ‘Origin2D’

  • 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