mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
11 lines
177 B
Python
11 lines
177 B
Python
from .libngpy._NgOCC import *
|
|
from .meshing import meshsize
|
|
|
|
|
|
gp_Ax3 = Axes
|
|
gp_Ax1 = Axis
|
|
|
|
Translation = gp_Trsf.Translation
|
|
Rotation = gp_Trsf.Rotation
|
|
Mirror = gp_Trsf.Mirror
|