aerocaps.geom.Surface#
- class Surface(name: str, construction: bool = False)[source]#
Bases:
Geometry3D- __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
evaluate(u, v)evaluate_grid(Nu, Nv)evaluate_point3d(u, v)Attributes