FreeCAD Logo FreeCAD 1.0
  • Engelska Afrikaans Arabiska Belarusian Katalanska Tjeckiska Tyska Grekiska Spanska Spanska Baskisk Finska Filippinska Franska Galiciska Kroatiska Ungerska Indonesiska Italienska Japanska Kabyliska Koreansk Litauiska Nederländska Norwegian Bokmal Polska Portugisiska Portugisiska Rumänska Ryska Slovakiska Slovenska Serbiska Svenska Turkiska Ukrainska Valencianska Vietnamesiska Kinesiska Kinesiska
  • Funktioner
  • Hämta
  • Blogg
  • Dokumentation
    Documentation index Kom igång Användardokumentation FreeCAD-manualen Dokumentation för arbetsytor Python coding documentation C++ coding documentation Övningar Frequently asked questions Privacy policy Om FreeCAD
  • Bidra
    Hur hjälper du till Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Översättningar
  • Gemenskap
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Ställ in din SEPA-banköverföring till:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bankombud: BNP Paribas Fortis
Adress: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

Grid
DrawingView
BIM

Arch SectionPlane

Menyplacering
Arch → Section Plane
Arbetsbänkar
Arch
Standard genväg
S P
Introducerad i version
-
Se även
Draft Shape2DView, TechDraw NewArch

Beskrivning

Detta verktyg placerar en sektionplansvisare i nuvarande dokument, vilken definierar ett tvärsnitt eller vy-plan. visaren kan omplaceras och omorienteras genom att flytta och rotera den, tills den visar den 2D vy som du vill erhålla. Om verktyget används utan att några objekt är markerade, så kommer alla objekt från scenen att inkluderas i 2D vyn. Om några objekt är markerade, så kommer 2D vyn endast att visa dessa objekt.

The Section Plane object will only consider a certain set of objects. Objects that are selected when you create a Section Plane will be added to that set automatically. Other objects can later be added or removed from a SectionPlane object with the Arch Add and Arch Remove tools, or by double-clicking the Section Plane in the Tree View.

Objekt kan senare adderas eller tas bort från ett SectionPlane objekt med Arch Add och Arch Remove verktygen.

Vid skapandet, så skapar SectionPlane objekt för närvarande ett Ritningssida objekt vilken innehåller den projicerade 2D vyn av de objekt som behandlas av Section Plane.

Bruk

  • Välj objekt
  • Klicka på SectionPlane knappen
  • Flytta/rotera Section Plane till korrekt position
  • Klicka på Beräkna om knappen för att uppdatera vyn

Typical drawing workflow

The typical workflow to create a 2D drawing involves the following steps, also reflected in the buttons' order in the toolbar:

  1. Create a Section Plane, and place it correctly in the model. As described before.
  2. Create a drawing view with the 2D Drawing tool. A drawing view is simply a BuildingPart that has been modified to be recognized as a 2D drawing (and stripped of some attributes like level, height, etc). Using a BuildingPart has a few advantages: It defines a working plane, you can move it and it will also move its contents, and it has a "title" that shows in the viewport. But fundamentally, the drawing view is just a container for the components of your 2D drawing. If the Section Plane is selected before initiating the 2D Drawing command, both the Section View and Section Cut objects mentioned in the next step are created automatically.
  3. Create a Section View and if needed, a Section Cut from your Section Plane. Both tools produce a Shape2DView, but the first one in "solid" mode, which shows projected lines from what is viewed by the Section Plane, and the second one in "cut lines" mode, so it shows only the cut lines (the intersection between the Section Plane and the model). In plans and sections, you will want both, and give the section Cut a bit thicker line width, in elevations you will typically only need the section View, as there is nothing to cut. Then, of course, you place both these objects, in the drawing view.
  4. Create all needed annotations like dimensions, texts, 2D linework, etc… and add them to the drawing view.
  5. Create a TechDraw page using the Page tool of the BIM Workbench. It will pop up a dialog to let you select an SVG file to use as a template (and remembers the last used template).
  6. Once you have your drawing view and your page, select both and press the View button. This will create a TechDraw view on the page, showing the contents of your drawing view.

Options

  • The Section Plane object will only consider a certain set of objects, not all the objects of the document. Objects can be added or removed from a SectionPlane object by using the Arch Add and Arch Remove tools, or by double-clicking the Section Plane in the Tree View, selecting objects either in the list of in the 3D View, and pressing the Add Selected or Remove buttons.
  • With a Section Plane object selected, use the Section View or Section Cut tools to create a shape object representing the section view in the document.

  • Create TechDraw ArchView.

  • The Section Plane can also be used to show the entire 3D View cut by an infinite plane when the VyCutView property is set to true. This is only visual, and won't affect the geometry of the objects being cut.

Properties

Data

SectionPlane

  • DataClip: If true, the generated 2D view will be clipped to the extents of the Section Plane's rectangle, as defined by VyDisplayLength and VyDisplayHeight. Geometry outside the rectangle will be excluded. If false, the view will show all geometry from the objects in scope, as seen from the plane's infinite projection.
  • DataDepth: The distance behind the Section Plane up to which geometry will be shown in the generated 2D view. A value of 0 creates a view with unlimited depth.
  • DataObjects: A list of objects that this Section Plane will consider when generating views. If this list is empty, the Section Plane will consider all objects in the document.
  • DataOnly Solids: If true, non-solid objects in the set of considered objects will be disregarded during the view generation process.
  • DataUseMaterialColorForFill: If true, when generating a 2D view with filled cut areas (e.g. via Section Cut), the fill color will be taken from the material of the cut object. If false, a default fill color will be used.

The Arch SectionPlane with the DataClip property set to true will behave like a camera, limiting the field of view.

View

SectionPlane

  • VyArrowSize: The size of the arrow symbol at the corners of the Section Plane in the 3D View. This value also controls the length of the lines indicating the view direction. Doesn't affect the resulting view.
  • VyCutDistance: This property is deprecated and has no effect. It was originally intended to create a thick visual slice in the 3D View.
  • VyCutMargin: A small offset distance to apply between the Section Plane and the actual real-time cut plane when VyCutView is active. This helps prevent graphical artifacts (Z-fighting) on co-planar faces.
  • VyCutView: If true, enables a real-time clipping effect in the 3D View, visually cutting through the model at the plane's location.
  • VyDisplayHeight: The height of the Section Plane's visual representation in the 3D View. This dimension is also used to define the boundary of the 2D view when the DataClip data property is set to true.
  • VyDisplayLength: The width of the Section Plane's visual representation in the 3D View. This dimension is also used to define the boundary of the 2D view when the DataClip data property is set to true.
  • VyFontSize: The size of the label text that is displayed in the 3D View.
  • VyFontName: The font used for the label text.
  • VyShowLabel: If true, the object's DataLabel will be displayed next to the Section Plane in the 3D View.
  • VyTransparency: Controls the transparency of the Section Plane's face in the 3D View, from 0 (fully opaque) to 100 (fully invisible).

Tweaks

  • Manually adding a property named RotateSolidRender of type App::PropertyAngle to the Section Plane's View properties (right-click the properties view, select Show hidden from the context menu, right-click again and select 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.

Alternative workflows

  • The commands Draft Shape2DView and/or TechDraw ArchView can also be used to create a view from a Section Plane. However, it is recommended to use the dedicated BIM workbench tools described here instead.

Scripting

See also: Arch API and FreeCAD Scripting Basics.

The SectionPlane tool can be used in macros and from the Python console by using the following function:

Section = makeSectionPlane(objectslist=None, name="Section")
  • Creates a Section object from objectslist, which is a list of objects.

Example:

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()


Denna sida hämtas från https://wiki.freecad.org/Arch_SectionPlane

Kontakta oss!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. och andra sponsorer

GitHubImprove this page on GitHub