All translations

Enter a message name below to show all available translations.

Message

Found 10 translations.

NameCurrent message text
 h Deutsch (de)Wie oben angegeben, kann man in Kalkulationstabellenausdrücken auf Daten aus dem CAD Modell verweisen.
 h English (en)As indicated above, one can reference data from the CAD model in spreadsheet expressions.
 h español (es)Como se indicó anteriormente, se pueden hacer referencia a datos del modelo CAD en expresiones de hoja de cálculo.
 h français (fr)Comme indiqué ci-dessus, il est possible de référencer les données du modèle CAO dans des expressions de feuille de calcul.
 h italiano (it)Come indicato sopra, è possibile fare riferimento ai dati del modello CAD nelle espressioni del foglio di calcolo.
 h polski (pl)Jak wskazano powyżej, w wyrażeniach arkusza kalkulacyjnego można odwoływać się do danych z modelu CAD.
 h português do Brasil (pt-br)Como indicado acima, é possível consultar os dados do modelo CAD em expressões de planilhas.
 h română (ro)Este posibil să utilizați datele din construcție în foaia de calcul.
Următorul tabel prezintă câteva exemple, presupunând că modelul are o caracteristică numită "Cube" (rețineți că acesta este numele intern al caracteristicii, și nu numele utilizatorului atribuit etichetei):
{|{{Prettytable}}
 !CAD-Data
 !Call in Spreadsheet
 !Result
 |-
 |Parametric Length of a Part-Workbench Cube
 |=Cube.Length
 |Length with units mm
 |-
 |Volume of the Cube
 |=Cube.Shape.Volume
 |Volume  in mm³ without units
 |-
 |Type of the Cube-shape
 |=Cube.Shape.ShapeType
 |String: Solid
 |-
 |Label of the Cube
 |=Cube.Label
 |String: Cube
 |-
 |x-coordinate of center of mass of the Cube
 |=Cube.Shape.CenterOfMass.x
 |x-coordinate in mm without units
 |}
 h русский (ru)Как указано выше, можно ссылаться на данные из модели САПР в выражениях электронной таблицы.
 h 中文(中国大陆) (zh-cn)可以在电子表格中使用结构中的数据。
下表显示了一些示例, 假设模型有一个名为 "立方体" 的功能 (请注意, 这是功能的内部名称, 而不是用户指定的标签):

{|{{Prettytable}}
 !CAD-Data
 !在电子表格中调用
 !结果
 |-
 |零件工作台立方体的参数长度
 |=Cube.Length
 |长度单位 mm
 |-
 |立方体的体积
 |=Cube.Shape.Volume
 |没有单位 mm³ 体积
 |-
 |立方体形状的类型
 |=Cube.Shape.ShapeType
 |String: Solid
 |-
 |立方体的标签
 |=Cube.Label
 |String: Cube
 |-
 |立方体质量中心的 x 坐标
 |=Cube.Shape.CenterOfMass.x
 |无单位 mm 的 x 坐标
 |}