Arch SectionPlane/ro: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav
|[[Arch_Window|Window]]
|[[Arch_Grid|Grid]]
|[[Arch_CompAxis|CompAxis]]
|[[Arch_Space|Space]]
|[[Arch_Workbench|Arch]]
|[[Arch_Workbench|Arch]]
|IconL=Arch_Window.svg
|IconL=Arch_Grid.svg
|IconR=Arch_CompAxis.png
|IconR=Arch_Space.png
|IconC=Workbench_Arch.svg
|IconC=Workbench_Arch.svg
}}
}}
Line 20: Line 21:
</div>
</div>


<span id="Description"></span>
==Descriere==
==Descriere==


Line 30: Line 32:
[[Image:Arch SectionPlane example.jpg|600px]]
[[Image:Arch SectionPlane example.jpg|600px]]


<span id="Usage"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
== Cum se folosește ==
== Cum se folosește ==
Line 43: Line 46:
</div>
</div>


<span id="Options"></span>
== Opţiuni ==
== Opţiuni ==


Line 57: Line 61:
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
* Create [[Draft_Drawing|Drawing DraftViews]] if you are working with the [[Drawing Workbench|Drawing Workbench]], or [[TechDraw_ArchView|TechDraw ArchView]] if you are using the [[TechDraw Workbench|TechDraw Workbench]].
* Create [[Draft_Drawing|Drawing DraftViews]] if you are working with the [[Drawing Workbench|Drawing Workbench]], or [[TechDraw_ArchView|TechDraw ArchView]] if you are using the [[TechDraw Workbench|TechDraw Workbench]].
</div>
</div>


[[Image:Arch Section example3.jpg|600px]]
[[Image:Arch Section example3.jpg|600px]]
Line 65: Line 69:
[[Image:Arch SectionPlane CutView.jpg|600px]]
[[Image:Arch SectionPlane CutView.jpg|600px]]


<span id="Properties"></span>
==Proprietăți==
==Proprietăți==


Line 81: Line 86:
==Tweaks==
==Tweaks==


* Adding manually a property named '''RotateSolidRender''' of type '''App::PropertyAngle''' to the section plane's '''View''' properties (right-click the properties view -> show all, right-click again -> add property) allows to rotate the render when using Solid mode. This is useful when a rendered view has for example both Arch and Draft elements, and the rendering of the Arch elements is rotated in relation to the Draft elements. {{version|0.19}}
* Adding manually a property named '''RotateSolidRender''' of type '''App::PropertyAngle''' to the section plane's '''View''' properties (right-click the properties view -> show all, right-click again -> add property) allows to rotate the render when using Solid mode. This is useful when a rendered view has for example both Arch and Draft elements, and the rendering of the Arch elements is rotated in relation to the Draft elements.

==Scripting==


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 126: Line 133:
FreeCAD.ActiveDocument.recompute()
FreeCAD.ActiveDocument.recompute()
}}
}}



<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 132: Line 140:


{{Arch Tools navi{{#translation:}}}}
{{Arch Tools navi{{#translation:}}}}

{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 15:33, 20 May 2023

Arch SectionPlane

poziția meniului
Arch → Section Plane
Ateliere
Arch
scurtătură
S P
Prezentat în versiune
-
A se vedea, de asemenea,
Draft Shape2DView, TechDraw NewArch

Descriere

Acest instrumetn plasează în documentul curent un plan de secțiune gizmo, care definește secțiunea sau planul de vizualizare. Gizmo își ia locul în conformitate cu planul de lucru Draft Work Plan și poate fi mutat și reorientat prin mutarea și rotirea acestuia, până când descrie vizualizarea 2D pe care doriți să o obțineți. Obiectul plan de secțiune va lua în considerare numai un anumit set de obiecte. Obiectele selectate la crearea unei planuri de secțiune vor fi adăugate la setarea automată. Alte obiecte pot fi adăugate sau eliminate mai târziu dintr-un obiect SectionPlane cu ajutorul instrumentelor Arch Add și Remove Arch sau prin dublu clic pe planul de secțiuni din vizualizarea arborescentă.

The Section Plane alone won't create any view of its objects set. For that, you must create a TechDraw ArchView to create a view in a TechDraw page.

Cum se folosește

  1. Optional, definiți Draft Working Plane pentru a reflecta planul unde dirți să plasați Section Plane
  2. Selectați obiecte pe care doriți să le includeți în vizualizarea secțiunii dvs
  3. Apăsați butonul SectionPlane sau apăsați tastele S apoi P
  4. Move/rotate the Section Plane into correct position if needed
  5. Selectați Section Plane dacă nu este deja selectați
  6. Folosiți sau Drawing DraftView, Draft Shape2DView sau TechDraw ArchView pentru a crea o vizualizare

Opţiuni

  • Planul de secțiune va considera doar un set de obiece , nu toate obiectele din document. Obiectele pot fi adăugate sau eliminate dintr-un obiect SectionPlane utilizând instrumentele Arch Add și Arch Remove sau făcând dublu clic pe planul de secțiuni din vizualizarea arborescentă, selectând obiecte fie în lista din Scena 3D și apăsarea butonului adăuga sau ștergeți.
  • Cu un plan de secțiune obiect selectat, utilizați instrumentul Draft Shape2DView pentru a crea un obiect tip formă reprezentând vizualizarea secțiunii în document

  • Planul secțiunii poate fi, de asemenea, utilizat pentru a arăta întreaga vedere 3D tăiată printr-un plan infinit. Aceasta este doar vizuală și nu va afecta geometria obiectelor tăiate.

Proprietăți

  • DateOnly Solids: If this is True, non-solid objects in the set will be disregarded
  • VizualizareDisplay Length: The length of the section plane gizmo in the 3D view. Doesn't affect the resulting view
  • VizualizareDisplay Height: The height of the section plane gizmo in the 3D view. Doesn't affect the resulting view
  • VizualizareArrow Size: The size of the arrows of the section plane gizmo in the 3D view. Doesn't affect the resulting view
  • VizualizareCut View: If this is true, the whole 3D view will be cut at the location of this section plane (experimental).

The Arch SectionPlane with the clip view option will behave like a camera, limiting the field of view.

Tweaks

  • Adding manually a property named RotateSolidRender of type App::PropertyAngle to the section plane's View properties (right-click the properties view -> show all, right-click again -> add property) allows to rotate the render when using Solid mode. This is useful when a rendered view has for example both Arch and Draft elements, and the rendering of the Arch elements is rotated in relation to the Draft elements.

Scripting

Scrip-Programare

Instrumentul Section Plane poate fi utilizat în macros și de la consola Python utilizând următoarele funcții:

Section = makeSectionPlane(objectslist=None, name="Section")
Creates a Section plane objects including the given objects.

Exempluː

import FreeCAD, Draft, Arch

p1 = FreeCAD.Vector(0, 0, 0)
p2 = FreeCAD.Vector(2000, 0, 0)
baseline = Draft.makeLine(p1, p2)
baseline2 = Draft.makeLine(p1, -1*p2)

Wall1 = Arch.makeWall(baseline, length=None, width=150, height=2000)
Wall2 = Arch.makeWall(baseline2, length=None, width=150, height=1800)
Structure = Arch.makeStructure(length=1000, width=1000, height=200)
FreeCAD.ActiveDocument.recompute()

BuildingPart = Arch.makeBuildingPart([Wall1, Wall2])

Floor = Arch.makeFloor([BuildingPart])
Building = Arch.makeBuilding([Floor, Structure])
Site = Arch.makeSite(Building)
FreeCAD.ActiveDocument.recompute()

Section1 = Arch.makeSectionPlane([Wall1, Wall2])
Section2 = Arch.makeSectionPlane([Structure])
Section3 = Arch.makeSectionPlane([Site])
FreeCAD.ActiveDocument.recompute()