Skip to content

Commit e919014

Browse files
committed
Added documentation, switched nomenclature for surface edges and corners
1 parent 458989f commit e919014

File tree

3 files changed

+350
-223
lines changed

3 files changed

+350
-223
lines changed

aerocaps/geom/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ class Geometry2D:
1212
class Geometry3D:
1313
@abstractmethod
1414
def to_iges(self, *args, **kwargs) -> aerocaps.iges.entity.IGESEntity:
15+
"""
16+
Converts the geometric object to an IGES entity. To add this IGES entity to an ``.igs`` file,
17+
use an :obj:`~aerocaps.iges.iges_generator.IGESGenerator`.
18+
"""
1519
pass
1620

1721

0 commit comments

Comments
 (0)