Salome HOME
Add the GDML primitive "Cone Segment".
[modules/shaper.git] / src / PythonAPI / model / gdml / __init__.py
1 """Package for GDML plugin for the Parametric Geometry API of the Modeler.
2 """
3
4 from GDMLAPI import addConeSegment
5