2019-07-25 23:25:58 +02:00
|
|
|
from .libngpy._NgOCC import *
|
2019-07-29 07:11:57 +02:00
|
|
|
from .meshing import meshsize
|
2021-08-16 09:55:31 +02:00
|
|
|
|
|
|
|
|
|
|
|
gp_Ax3 = Axes
|
|
|
|
gp_Ax1 = Axis
|
|
|
|
|
|
|
|
Translation = gp_Trsf.Translation
|
|
|
|
Rotation = gp_Trsf.Rotation
|
|
|
|
Mirror = gp_Trsf.Mirror
|