aerocaps.geom.point.Point2D#

class Point2D(x: Length, y: Length, name: str = 'Point2D', construction: bool = False)[source]#

Bases: Geometry2D

Two-dimensional point class

__init__(x: Length, y: Length, name: str = 'Point2D', construction: bool = False)[source]#

Two-dimensional point class

Parameters:
  • x (Length)

  • y (Length)

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

  • 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

as_array([unit])

from_array(arr[, unit])

Attributes