aerocaps.geom.Geometry2D#
- class Geometry2D(name: str, construction: bool = False)[source]#
Bases:
GeometryTwo-dimensional abstract geometry class
- __init__(name: str, construction: bool = False)#
Abstract geometry class
- Parameters:
name (str) – Name of the geometric object. May be re-assigned a unique name when added to a
GeometryContainerconstruction (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