81 lines
8.8 KiB
HTML
81 lines
8.8 KiB
HTML
<html><head><title>Arch Component</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>Arch Component</h1></div>
|
||
|
||
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><table class="fcinfobox wikitable ct" >
|
||
<tr>
|
||
<td class="ctTitle">
|
||
<h3><span class="mw-headline" id="Arch_Component.E2.80.8F.E2.80.8E.E2.80.8F.E2.80.8E"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Arch_Component.png" class="image"><img alt="Arch Component.png" src="32px-Arch_Component.png" width="32" height="32" srcset="/wiki/images/thumb/9/93/Arch_Component.png/48px-Arch_Component.png 1.5x, /wiki/images/9/93/Arch_Component.png 2x" /></a> Arch Component</span></h3>
|
||
</td></tr>
|
||
<tr>
|
||
<th class="ctOdd">Menu location
|
||
</th></tr>
|
||
<tr>
|
||
<td class="ctEven">Arch → Utilities → Component
|
||
</td></tr>
|
||
<tr>
|
||
<th class="ctOdd">Workbenches
|
||
</th></tr>
|
||
<tr>
|
||
<td class="ctEven"><a href="Arch_Module.html" title="Arch Module">Arch</a>
|
||
</td></tr>
|
||
<tr>
|
||
<th class="ctOdd">Default shortcut
|
||
</th></tr>
|
||
<tr>
|
||
<td class="ctEven">C,M
|
||
</td></tr>
|
||
<tr>
|
||
<th class="ctOdd">See also
|
||
</th></tr>
|
||
<tr>
|
||
<td class="ctEven">
|
||
</td></tr>
|
||
<tr>
|
||
<td class="ctToc"><br /><div id="toc" class="toc"><div class="toctitle"><h2>Contents</h2></div>
|
||
<ul>
|
||
<li class="toclevel-1"><a href="#Arch_Component.E2.80.8F.E2.80.8E.E2.80.8F.E2.80.8E"><span class="tocnumber">1</span> <span class="toctext">Arch Component</span></a></li>
|
||
<li class="toclevel-1 tocsection-1"><a href="#Description"><span class="tocnumber">2</span> <span class="toctext">Description</span></a></li>
|
||
<li class="toclevel-1 tocsection-2"><a href="#How_to_use"><span class="tocnumber">3</span> <span class="toctext">How to use</span></a></li>
|
||
<li class="toclevel-1 tocsection-3"><a href="#Common_Arch_component_properties"><span class="tocnumber">4</span> <span class="toctext">Common Arch component properties</span></a></li>
|
||
</ul>
|
||
</div>
|
||
|
||
</td></tr></table>
|
||
<p><br />
|
||
</p>
|
||
<h2><span class="mw-headline" id="Description">Description</span></h2>
|
||
<p>Creates a non-parametric <a href="Arch_Module.html" title="Arch Module">Arch</a> component from any <a href="Part_Module.html" title="Part Module">Part</a>-based object. This gives the Part-based object the same attributes and properties as other Arch objects, and allows to specify how it should be exported to IFC by setting its <b>Role</b> property.
|
||
</p>
|
||
<h2><span class="mw-headline" id="How_to_use">How to use</span></h2>
|
||
<ol><li> Select a <a href="Part_Module.html" title="Part Module">Part</a>-based object</li>
|
||
<li> Select menu Arch → Utilities → <span style="background: #DDDDDD; border: 1px solid #888888; padding: 0px 5px 1px 5px;"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Arch_Component.png" class="image"><img alt="Arch Component.png" src="16px-Arch_Component.png" width="16" height="16" srcset="/wiki/images/thumb/9/93/Arch_Component.png/24px-Arch_Component.png 1.5x, 32px-Arch_Component.png 2x" /></a> <a class="mw-selflink selflink">Component</a></span></li></ol>
|
||
<h2><span class="mw-headline" id="Common_Arch_component_properties">Common Arch component properties</span></h2>
|
||
<p>The Arch component object is also a base shared by all other Arch objects (<a href="Arch_Wall.html" title="Arch Wall">Wall</a>, <a href="Arch_Structure.html" title="Arch Structure">Structure</a>, etc). Therefore some of its properties and behaviours are common to all Arch objects (excepted tools that don't produce solid objects, like <a href="Arch_SectionPlane.html" title="Arch SectionPlane">Section Plane</a> or <a href="Arch_Axis.html" title="Arch Axis">Axis</a>):
|
||
</p>
|
||
<ul><li> <b>Base shape</b>: Arch Components are always based on a <a href="Part_Module.html" title="Part Module">Shape</a>-based base object. Some types of Arch objects will just use the Base shape as is, others (for example <a href="Arch_Wall.html" title="Arch Wall">Wall</a>) will do some additional operations on it, such as an extrusion. Fro some types, having a base object is not mandatory (<a href="Arch_Structure.html" title="Arch Structure">Structure</a>)</li></ul>
|
||
<ul><li> <b>Additions</b>: Arch Components have an addition property, that can hold reference to any number of other <a href="Part_Module.html" title="Part Module">Shape</a>-based objects. The shape of these additions will be united with the base shape of the component, to produce the final shape.</li></ul>
|
||
<ul><li> <b>Subtractions</b>: Arch Components have an subtraction property, that can hold reference to any number of other <a href="Part_Module.html" title="Part Module">Shape</a>-based objects. The shape of these objects will be subtracted from the base shape of the component, to produce the final shape. </li></ul>
|
||
<ul><li> The Placement of the Arch Component is applied after the additions and subtractions are done, so these are performed against the base object at its base location. Then the result is moved to the location of the Placement</li></ul>
|
||
<ul><li> Objects can be added or removed to/from a Component's Additions and Subtractions lists by selecting both the object and the component, and using the <a href="Arch_Add.html" title="Arch Add">Arch Add</a> or <a href="Arch_Remove.html" title="Arch Remove">Arch Remove</a> commands, or from the task panel by double-clicking the Component in the Tree view. The task panel also allows to check which object is currently part of these lists.</li></ul>
|
||
<ul><li> <b>Role</b>: Each Arch Component, besides the function defined by its type (wall, window, etc), also has a Role property, that can define further which kind of function it performs. For example, an <a href="Arch_Structure.html" title="Arch Structure">Structure</a> can have a beam o column role. Generic Arch Components (as produced by this command) can have any role available in the whole Arch workbench. The role is what is used to define the type of IFC object to export to when <a href="Arch_IFC.html" title="Arch IFC">exporting to IFC</a>.</li></ul>
|
||
<ul><li> <b>Clone Of</b>: Any Arch Component can be a clone of another Arch Component of the same type (A Wall can only be a clone of another Wall, etc.). The only exception is the generic Arch Component (as produced by this command), that can be clone of any other type (Wall, structure, window, etc). This allows to use a generic Arch Component to override the type of another one.</li></ul>
|
||
<ul><li> <b>Description</b>: All Arch Components have a Description field, that can contain any text. This is used when <a href="Arch_IFC.html" title="Arch IFC">exporting to IFC</a>.</li></ul>
|
||
<ul><li> <b>Tag</b>: The Tag property is another text field, which can be used to give an additional custom identity to objects.</li></ul>
|
||
<ul><li> <b>Material</b>: All Arch Components have a Material slot, that can contain either a <a href="Arch_SetMaterial.html" title="Arch SetMaterial">Material</a> or a <a href="Arch_MultiMaterial.html" title="Arch MultiMaterial">MultiMaterial</a> (not all Arch object type support the use of MutiMaterials). The DiffuseColor and Transparency properties of the attached material will define the Shape color and transparency of the Arch component. The material will be imported and exported to <a href="Arch_IFC.html" title="Arch IFC">IFC</a>, <a href="Arch_OBJ.html" title="Arch OBJ">OBJ</a> and <a href="Arch_DAE.html" title="Arch DAE">DAE</a>.</li></ul>
|
||
<ul><li> <b>Move with Host</b>: When a component is embedded inside another (for example a window inside a wall), setting this property to True will make the object move and rotate together when its host object is moved or rotated using <a href="Draft_Move.html" title="Draft Move">Draft Move</a> or <a href="Draft_Rotate.html" title="Draft Rotate">Draft Rotate</a>.</li></ul>
|
||
<ul><li> <b>Hi Res</b>: Arch Components can use the shape of another object as a higher-resolution version of themselves. For this, both the Hi Res property and the Hi Res display mode must be set. This allows, for example, to make a simple wall, and then model every brick that composes the wall,for example with <a href="Part_Box.html" title="Part Box">Part Box</a>. Then, use a compond of those bricks as a high-resolution version of the wall. The shape of the wall is not modified by adding a Hi-Res object. Only its representation in the 3D view will change by adopting the representation of the high-resolution version instead of its own.</li></ul>
|
||
<div style="clear:both"></div>
|
||
</div>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div><div class="printfooter">
|
||
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=Arch_Component&oldid=286916">http://www.freecadweb.org/wiki/index.php?title=Arch_Component&oldid=286916</a>"</div>
|
||
<div id="catlinks" class="catlinks" data-mw="interface"></div><div class="visualClear"></div>
|
||
</div>
|
||
</div>
|
||
<div id="mw-navigation">
|
||
<h2>Navigation menu</h2>
|
||
|
||
</body></html> |