Translations:Part JoinEmbed/8/en: Difference between revisions

From FreeCAD Documentation
(Importing a new version from external source)
(Importing a new version from external source)
 
Line 1: Line 1:
==Properties==
{{TitleProperty|Base}}
* {{PropertyData|Base}}: Reference to base object (the one the other object is to be embedded into). The object should be a single solid.
* {{PropertyData|Base}}: Reference to base object (the one the other object is to be embedded into). The object should be a single solid.
* {{PropertyData|Tool}}: Reference to tool object (the object to be embedded). The object can be a single solid, or a [[Part_Compound|valid compound]] of solids.
* {{PropertyData|Tool}}: Reference to tool object (the object to be embedded). The object can be a single solid, or a [[Part_Compound|valid compound]] of solids.

Latest revision as of 09:52, 12 September 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Part JoinEmbed)
* {{PropertyData|Base}}: Reference to base object (the one the other object is to be embedded into). The object should be a single solid.
* {{PropertyData|Tool}}: Reference to tool object (the object to be embedded). The object can be a single solid, or a [[Part_Compound|valid compound]] of solids.
* {{PropertyData|Mode}}: The mode of operation, equals 'Embed' (Changing that will transform the tool into another Part_JoinXXX). The value of 'bypass' can be used to temporarily disable the long computations (a compound of Base and Tool will be created, which is a fast operation).
* {{PropertyData|Refine}}: Sets whether to apply [[Part RefineShape|Refine]] operation or not, to the final shape. The default value is determined by a 'Automatically refine shape after boolean operation' checkbox in PartDesign preferences. When Mode property is 'bypass', Refine is ignored (never applied).
  • DataBase: Reference to base object (the one the other object is to be embedded into). The object should be a single solid.
  • DataTool: Reference to tool object (the object to be embedded). The object can be a single solid, or a valid compound of solids.
  • DataMode: The mode of operation, equals 'Embed' (Changing that will transform the tool into another Part_JoinXXX). The value of 'bypass' can be used to temporarily disable the long computations (a compound of Base and Tool will be created, which is a fast operation).
  • DataRefine: Sets whether to apply Refine operation or not, to the final shape. The default value is determined by a 'Automatically refine shape after boolean operation' checkbox in PartDesign preferences. When Mode property is 'bypass', Refine is ignored (never applied).