SHAPE.us 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. ! Message file for Shape Healing
  2. ! ------------------------------------------------------------------------------
  3. ! Messages for shape names
  4. !
  5. .Name.Shape.MSG0
  6. !
  7. .Name.Vertex.MSG0
  8. !
  9. .Name.Edge.MSG0
  10. !
  11. .Name.Wire.MSG0
  12. !
  13. .Name.Face.MSG0
  14. !
  15. .Name.Shell.MSG0
  16. !
  17. .Name.Solid.MSG0
  18. !
  19. .Name.CompSolid.MSG0
  20. !
  21. .Name.Compound.MSG0
  22. !
  23. ! ------------------------------------------------------------------------------
  24. ! Messages for sequence of operators
  25. !
  26. .SP.Sequence.Info.Seq
  27. Info: Shape Processing: Sequence of operators: %s
  28. !
  29. .SP.Sequence.Info.Operator
  30. Info: Shape Processing: Operator %d/%d: %s
  31. !
  32. .SP.Sequence.Error.NoOp
  33. Error: Shape Processing: Operator %s is not found
  34. !
  35. .SP.Sequence.Error.Except
  36. Error: Shape Processing: Operator %s failed with exception %s
  37. !
  38. .SP.Sequence.Warn.NoSeq
  39. Warning: Shape Processing: Sequence not defined for %s, nothing to do
  40. !
  41. ! ------------------------------------------------------------------------------
  42. ! Messages for printing results of shape processing
  43. !
  44. .PrResult.Print.MSG50
  45. Shells:
  46. !
  47. .PrResult.Print.MSG55
  48. Faces:
  49. !
  50. .PrResult.Print.MSG100
  51. Mapping:
  52. !
  53. .PrResult.Print.MSG110
  54. Result is Shell : %d
  55. !
  56. .PrResult.Print.MSG115
  57. Result is Face : %d
  58. !
  59. .PrResult.Print.MSG150
  60. No Result : %d
  61. !
  62. .PrResult.Print.MSG200
  63. Preparation ratio:
  64. !
  65. .PrResult.Print.MSG205
  66. Shells: %d per cent
  67. !
  68. .PrResult.Print.MSG210
  69. Faces : %d per cent
  70. !
  71. ! ==============================================================================
  72. ! Messages for Shape Healing
  73. !
  74. ! ------------------------------------------------------------------------------
  75. ! Messages for ShapeFix_Wire
  76. !
  77. .FixWire.FixDegenerated.MSG0
  78. Degenerated edge(s) detected
  79. !
  80. .FixWire.FixDegenerated.MSG5
  81. Degenerated edge %d detected
  82. !
  83. .FixWire.FixCurve3d.Removed
  84. Incomplete edge (with no pcurves or 3d curve) removed
  85. !
  86. .FixAdvWire.FixSmall.MSG0
  87. Small edge(s) removed
  88. !
  89. .FixAdvWire.FixSmall.MSG5
  90. Edge %d was small, removed
  91. !
  92. .FixAdvWire.FixIntersection.MSG0
  93. Self-intersection corrected
  94. !
  95. .FixAdvWire.FixIntersection.MSG5
  96. Edge was self-intersecting, corrected
  97. !
  98. .FixAdvWire.FixIntersection.MSG10
  99. Edges were intersecting, corrected
  100. !
  101. .FixAdvWire.FixLacking.MSG0
  102. Lacking edge(s) inserted
  103. !
  104. .FixAdvWire.FixLacking.MSG5
  105. Lacking edge %d inserted
  106. !
  107. .FixAdvWire..MSG0
  108. !
  109. .FixAdvWire..MSG5
  110. !
  111. .FixAdvWire..MSG10
  112. !
  113. ! ------------------------------------------------------------------------------
  114. ! Messages for ShapeFix_Face
  115. !
  116. .FixAdvFace.FixMissingSeam.MSG0
  117. Missing seam-edge added
  118. !
  119. .FixAdvFace.FixSmallAreaWire.MSG0
  120. Null area wire detected, wire skipped
  121. !
  122. .FixAdvFace.FixOrientation.MSG0
  123. Face created with natural bounds
  124. !
  125. .FixAdvFace.FixOrientation.MSG5
  126. Wire on face was reversed
  127. !
  128. .FixAdvFace.FixOrientation.MSG11
  129. Cannot orient wire
  130. !
  131. ! ------------------------------------------------------------------------------
  132. ! Messages for ShapeFix_Wireframe
  133. !
  134. .FixWireframe.FixSmallEdges.MSG0
  135. Small edge removed
  136. !
  137. .FixWireframe.FixSmallEdges.MSG1
  138. Small wire removed
  139. !
  140. .FixWireframe.FixSmallEdges.MSG2
  141. Small face removed
  142. !
  143. .FixWireframe.FixFixWireGaps.MSG0
  144. Gaps in a wire fixed
  145. !
  146. !
  147. .Fix.SplitCommonVertex.MSG0
  148. Wires with common vertex fixed
  149. !
  150. !
  151. .FixAdvShell.FixOrientation.MSG20
  152. Impossible to orient faces in shell, several shells created
  153. !
  154. .FixAdvShell.FixOrientation.MSG30
  155. Improperly connected shell split into parts
  156. !
  157. .FixAdvSolid.FixShell.MSG10
  158. Solid cannot be created from an open shell
  159. !
  160. .FixAdvSolid.FixOrientation.MSG20
  161. Orientation of shell(s) in solid was corrected
  162. !
  163. .FixAdvSolid.FixOrientation.MSG30
  164. Improperly connected solid split into several parts
  165. !
  166. .FixAdvFace.FixLoopWire.MSG0
  167. Wire was split on several wires
  168. !
  169. .FixAdvFace..MSG5
  170. !
  171. .FixAdvFace..MSG10
  172. !
  173. .FixEdge.SameParameter.MSG0
  174. Not same parameter edge fixed
  175. !
  176. ! ------------------------------------------------------------------------------
  177. ! Messages for ShapeFix_FixSmallFace
  178. !
  179. .FixAdvFace.FixSpotFace.MSG0
  180. Spot face removed
  181. !
  182. .FixAdvFace.FixStripFace.MSG0
  183. Strip face removed
  184. !
  185. ! ------------------------------------------------------------------------------
  186. ! Messages for ShapeFix_FixSmallSolid
  187. !
  188. .ShapeFix.FixSmallSolid.MSG0
  189. Small solid removed
  190. !
  191. .ShapeFix.FixSmallSolid.MSG1
  192. Small solid merged with other
  193. !
  194. ! ------------------------------------------------------------------------------
  195. ! Messages for ShapeFix_Shell
  196. !
  197. .FixAdvShell.FixOrientation.MSG0
  198. Faces were incorrectly oriented in the shell, corrected
  199. !
  200. .FixAdvShell.FixOrientation.MSG5
  201. Faces were incorrectly oriented in the shell, not corrected
  202. !
  203. .FixAdvShell.FixClosedFlag.MSG0
  204. Shell has incorrect flag isClosed
  205. !
  206. .FixAdvShell..MSG5
  207. !
  208. .FixAdvShell..MSG10
  209. !
  210. ! ------------------------------------------------------------------------------
  211. ! Messages for ShapeUpgrade
  212. !
  213. .ShapeDivide.FaceDivide.MSG0
  214. Face divided
  215. !
  216. .ShapeDivide.WireDivide.MSG0
  217. Wire divided
  218. !
  219. .ShapeDivide.EdgeDivide.MSG0
  220. Edge divided
  221. !
  222. .ShapeDivide.FaceConvertToBezier.MSG0
  223. Face converted to Bezier
  224. !
  225. .ShapeDivide.WireConvertToBezier.MSG0
  226. Wire converted to Bezier
  227. !
  228. .ShapeDivide.EdgeConvertToBezier.MSG0
  229. Edge converted to Bezier
  230. !
  231. ! ------------------------------------------------------------------------------
  232. ! Messages for ShapeCustom
  233. !
  234. .BSplineRestriction.NewSurface.MSG0
  235. Face converted to BSpline
  236. !
  237. .BSplineRestriction.NewSurface.MSG1
  238. BSpline Face re-approximated
  239. !
  240. .BSplineRestriction.NewCurve.MSG0
  241. Edge converted to BSpline
  242. !
  243. .BSplineRestriction.NewCurve.MSG1
  244. BSpline Edge re-approximated
  245. !
  246. !
  247. .ConvertToBSpline.NewSurface.MSG0
  248. Face converted to BSpline
  249. !
  250. .ConvertToBSpline.NewCurve.MSG0
  251. Edge converted to BSpline
  252. !
  253. !
  254. .ConvertToRevolution.NewSurface.MSG0
  255. Face converted to surface of revolution
  256. !
  257. !
  258. .DirectModification.NewSurface.MSG0
  259. Direction of Face of revolution corrected
  260. !
  261. !
  262. .SweptToElementary.NewSurface.MSG0
  263. Swept Face converted to elementary
  264. !