You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description=_('For the tessellation of faces the Chordal Deflection limits the distance between a curve and its tessellation\nThe smaller the value, the more grids.'),
description=_('For the tessellation of faces the angular deflection limits the angle between subsequent segments in a polyline\nThe smaller the value, the more grids.'),
relatire: bpy.props.BoolProperty(name=_('Relatire'), description=_('Relative computation of edge tolerance.\nIf activated, deflection used for the polygonalisation of each edge will be ChordalDeflection X SizeOfEdge.The deflection used for the faces will be the maximum deflection of their edges.'),
231
+
default=False, update=update_relatire)
232
+
139
233
# global_scale : FloatProperty(
140
234
# name='Scale',
141
235
# description='Value by which to enlarge or shrink the objects with respect to the world origin',
@@ -195,6 +289,12 @@ class MayoConvPreferences(bpy.types.AddonPreferences):
@@ -1588,6 +1699,21 @@ class CADM_mesh_Props(bpy.types.PropertyGroup):
1588
1699
('*', 'High precision'): '高精度',
1589
1700
('*', 'Very Precise'): '超高精度',
1590
1701
('*', 'Highest precision'): '超高精度',
1702
+
('*', 'User Defined'): '自定义设置',
1703
+
1704
+
('*', 'Chordal Deflection(mm)'): '弦高公差(mm)',
1705
+
('*', 'For the tessellation of faces the Chordal Deflection limits the distance between a curve and its tessellation\nThe smaller the value, the more grids.'):
1706
+
'弦高公差:限制曲线与网格折线间的最大距离\n数值越小网格越多',
1707
+
1708
+
('*', 'Angular Deflection'): '角度公差',
1709
+
('*', 'For the tessellation of faces the angular deflection limits the angle between subsequent segments in a polyline\nThe smaller the value, the more grids.'):
1710
+
'角度公差:限制折线相邻线段间的最大角度\n数值越小网格越多',
1711
+
1712
+
('*', 'Relatire'): '相对公差',
1713
+
('*', 'Relative computation of edge tolerance.\nIf activated, deflection used for the polygonalisation of each edge will be ChordalDeflection X SizeOfEdge.The deflection used for the faces will be the maximum deflection of their edges.'):
1714
+
'边缘公差的相对计算\n如果激活,每个边缘的多边形化使用的偏差将是ChordalDeflection X SizeOfEdge。面使用的偏差将是其边缘的最大偏差。',
1715
+
1716
+
1591
1717
('*', 'Scale Factor'): '缩放系数',
1592
1718
('*', 'Scaling factor for each object in OBJ format,\nScaling factor of the parent empty object in GLTF format'):
1593
1719
'OBJ格式导入就是每个物体的缩放系数,\nGLTF格式导入就是父级空物体的缩放系数',
@@ -1611,10 +1737,13 @@ class CADM_mesh_Props(bpy.types.PropertyGroup):
1611
1737
' c) 调整参数到导入的模型网格符合你的要求后,在Options面板底部点击 Exchange->Save as...',
1612
1738
('*', ' d) Overwrite the mayo-gui.ini file in plugin directory'):
1613
1739
' d) 覆盖插件目录下的mayo-gui.ini文件',
1614
-
('*', '3. The meshingQuality parameter in the mayo-gui.ini file can be manually set in the import panel.'):
1740
+
('*', '3. The meshing parameter in the mayo-gui.ini file can be manually set in the import panel.'):
1615
1741
'3. mayo-gui.ini文件里的meshingQuality参数可在导入面板里手动设置',
1616
-
('*', '4. Usage: File > Import > STEP/IGES (*.step *.stp *.iges *.igs) or Drag-and-Drop to 3D Viewport'):
1617
-
'4. 使用方法:文件 > 导入 > STEP/IGES 或 直接拖动模型到3D窗口里',
1742
+
1743
+
('*', '4. The exported results of Mayo (GUI app) and mayo-conv may be different, even when using the same settings'):
0 commit comments