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