Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.71 KB

module_exchange.rst

File metadata and controls

55 lines (39 loc) · 1.71 KB

Import and Export Data

This module allows users to export/import NURBS shapes in common CAD exchange formats. The functions starting with import_ are used for generating B-spline and NURBS objects from the input files. The functions starting with export_ are used for saving B-spline and NURBS objects as files.

The following functions import/export control points or export evaluated points:

The following functions work with single or multiple surfaces:

The following functions work with single or multiple volumes:

The following functions can be used to import/export rational or non-rational spline geometries:

The following functions work with single or multiple curves and surfaces:

Function Reference

.. automodule:: geomdl.exchange
    :members:

VTK Support

The following functions export control points and evaluated points as VTK files (in legacy format).

.. automodule:: geomdl.exchange_vtk
    :members: