aerocaps.geom.Geometry#
- class Geometry(name: str, construction: bool = False)[source]#
Bases:
objectAbstract geometry class
- __init__(name: str, construction: bool = False)[source]#
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
Whether this is a construction geometry (if so, it will not be plotted or exported)
Gets the name assigned to the geometry