Home
last modified time | relevance | path

Searched refs:add_lofted_surface (Results 1 – 4 of 4) sorted by relevance

/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_02_dxf_graphics/
H A Dtest_232_surface.py49 surface = msp.add_lofted_surface()
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/dxfentities/
H A Dsurface.rst118 Factory function :meth:`ezdxf.layouts.BaseLayout.add_lofted_surface`
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/layouts/
H A Dlayouts.rst179 .. automethod:: add_lofted_surface
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/
H A Dgraphicsfactory.py970 def add_lofted_surface(self, acis_data: Iterable[str] = None, member in CreatorInterface