FreeCAD Logo FreeCAD 1.0
  • Inglés Africano Árabe Bielorruso Catalán Checo Alemán Griego Español Español Euskera Finlandés Filipino Francés Gallego Croata Húngaro Indonesio Italiano Japonés Cabilio Coreano Lituano Neerlandés bokmal de Noruega Polaco Portugués Portugués Rumano Ruso Eslovaco Esloveno Serbio Sueco Turco Ucraniano Valenciano Vietnamita Chino Chino
  • Características
  • Descarga
  • Blog
  • Documentación
    Índice de documentación Primeros pasos Documentacion para el usuario El manual de FreeCAD Documentación de entornos de trabajo Documentación sobre FreeCAD + Python Documentación de codificación de C++ Tutoriales Preguntas frecuentes Política de privacidad Acerca de FreeCAD
  • Contribuir
    ¿Cómo puedo ayudar? Sponsor Informar de un error Hacer un pull request Trabajos y financiación Pautas de contribución Manual de desarrolladores Traducciones
  • Comunidad
    Código de conducta Foro The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendario
  • ♥ Donate

Donate

$
Información de SEPA
Configure su transferencia bancaria SEPA a:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Agencia bancaria: BNP Paribas Fortis
Dirección: 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!

Insertar Grupo de Proyección
Insertar vista detallada
TechDraw

TechDraw SectionView

Menu location
TechDraw → TechDraw Views → Section View
Workbenches
TechDraw
Default shortcut
None
Introduced in version
-
See also
TechDraw ComplexSection, TechDraw View

Descripción

The TechDraw SectionView tool inserts a cross-section view based on an existing Part View.


Sectioning an already placed view, which shows the internal holes and a hatched cut surface.
The top image shows the ANSI arrow format.
The bottom image shows the ISO arrow format.

Utilización

  1. Select a Part View in the 3D View or Tree View.
  2. There are several ways to invoke the tool:
    • Press the Section View button.
    • Select the TechDraw → TechDraw Views → Section View option from the menu.
  3. A task panel opens which will help calculate the various properties. Reasonable values for the view Direction are calculated, but these can be changed.

Task panel to define the sectional cut of a view

Properties

See also: Property View.

In the properties of the DatosBase View you can change the appearance of the section line.

A Section View, formally a TechDraw::DrawViewSection object, is derived from a Part View, formally a TechDraw::DrawViewPart object, and inherits all its properties. It also has the following additional properties:

Datos

Appearance

  • DatosSection Line Stretch (FloatConstraint): Adjusts the length of the section line. 1.0 is normal length, 1.1 would be 10% longer, 0.9 would be 10% shorter. introduced in 1.0

Cut Operation

  • DatosFuse Before Cut (Bool): Fuse the source shapes before performing the section cut.
  • DatosTrim After Cut (Bool): Additionally trim the resulting shape after the section cut to remove any unwanted pieces. introduced in 0.21
  • DatosUse Previous Cut (Bool) Use the cut shape from the base view instead of the original object. introduced in 1.0

Cut Surface Format

  • DatosCut Surface Display (Enumeration): Appearance of the cut surface. Options:
    • Hide: Hides the cut surface, only the outline will be displayed.
    • Color: Colors the cut surface using the setting of Cut Surface Color in the TechDraw preferences.
    • SvgHatch: Hatches the section cut using a hatch
    • PatHatch: Hatches the section cut using a geometric hatch
  • DatosFile Hatch Pattern (File): Full path to SVG hatch pattern file.
  • DatosFile Geom Pattern (File): Full path to PAT pattern file.
  • DatosSvg Included (FileIncluded): Full path to the included SVG hatch pattern file.
  • DatosPat Included (FileIncluded): Full path to the included PAT pattern file.
  • DatosName Geom Pattern (String): Name of the PAT pattern to use.
  • DatosHatch Scale (Float): Hatch pattern size adjustment.
  • DatosHatch Rotation (Float): Rotation of hatch pattern in degrees counter-clockwise. introduced in 0.21
  • Datos (Hidden)Hatch Offset (Vector): Hatch pattern offset. introduced in 0.21

Section

  • DatosSection Symbol (String): The identifier for this section.
  • DatosBase View (Link): The view on which this section is based.
  • DatosSection Normal (Vector): A vector describing the direction normal to the cutting plane.
  • DatosSection Origin (Vector): A vector describing a point on the cutting plane. Typically the centroid of the original part.
  • DatosSection Direction (Enumeration): The direction in the Base View for this section. Options: Aligned, Right, Left, Up or Down.

Vistas

Cut Surface

  • VistaCut Surface Color (Color): Solid color for surface highlight. Used if DatosCut Surface Display is set to Color.
  • Vista (Hidden)Show Cut Surface (Bool): Show/hide the cut surface.

Surface Hatch

  • VistaGeom Hatch Color (Color): The color of the Geometric hath pattern.
  • VistaHatch Color (Color): The color of the Svg hatch pattern.
  • Vista (Hidden)Hatch Cut Surface (Bool): Hatch the cut surface.
  • VistaWeight Pattern (Float): Line weight of the Geometric hatch pattern.

Notas

  • Section Line Format: two section line formats are supported (as depicted above) and controlled by the Preference setting "Section Line Standard" on the Annotation tab. The ANSI option uses "pulling arrows" (known as the "traditional format" in some areas) and the ISO option uses "pushing arrows" (also known as the "reference arrow format").
  • Fuse Before Cut: the section operation sometimes fails to cut the source shapes. If Fuse Before Cut is true, the source shapes are merged into a single shape before the section operation is attempted. If you encounter problems with the section operation, try flipping this value.
  • Trim After Cut: the section cut operation sometimes leaves behind a portion of the source shape. If Trim After Cut is true, an additional cut operation is performed on the result of the first cut which should remove any unwanted pieces.
  • Cut Surface Display: the cut surface can be hidden, painted in a solid color, hatched using an Svg pattern (default) or hatched using a PAT pattern. See Hatching.

Scripting

See also: Autogenerated API documentation and FreeCAD Scripting Basics.

A SectionView can be created with macros and from the Python Console by using the following functions:

doc = FreeCAD.ActiveDocument
box = doc.Box
page = doc.Page

view = doc.addObject("TechDraw::DrawViewPart", "View")
page.addView(view)
view.Source = box
view.Direction = (0, 0, 1)

section = doc.addObject("TechDraw::DrawViewSection", "Section")
page.addView(section)
section.Source = box
section.BaseView = view
section.Direction = (0, 1, 0)
section.SectionNormal = (-1, 0, 0)

doc.recompute()

Examples

For some more information about section views and some use cases, have a look at: TechDraw section examples.


Insertar Grupo de Proyección
Insertar vista detallada
TechDraw

Esta página ha sido recuperada de https://wiki.freecad.org/TechDraw_SectionView

¡Contáctanos!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© El equipo de FreeCAD. Créditos de imagen de la página principal (de arriba a abajo): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

Este proyecto es apoyado por: , KiCad Services Corp. y otros patrocinadores

GitHubMejora esta página en GitHub