FreeCAD Logo FreeCAD 1.0
  • Английский Африкаанс Арабский Белорусский Каталанский Чешский Немецкий Греческий Испанский Испанский Баскский Финский Филиппинский Французский Галисийский Хорватский Венгерский Индонезийский Итальянский Японский Кабильский Корейский Литовский Нидерландский Норвежская букмол Польский Португальский Португальский Румынский Русский Словацкий Словенский Сербский Шведский Турецкий Украинский Валенсианский Вьетнамский Китайский Китайский
  • Возможности
  • Скачать
  • Блог
  • Документация
    Индекс документации Приступая к работе Пользовательская документация Руководство по FreeCAD Документация верстаков Документация по кодированию на Python Документация по коду C++ Уроки Часто задаваемые вопросы Политика конфиденциальности О программе FreeCAD
  • Внести вклад
    Как помочь Sponsor Сообщить об ошибке Сделать запрос Задачи и финансирование Руководство по участию в разработке Руководство для разработчиков Переводы
  • Сообщество
    Кодекс поведения Форум The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Календарь
  • ♥ Donate

Donate

$
Информация о SEPA
Пожалуйста, настройте банковский перевод SEPA:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Банковское агентство: BNP Paribas Fortis
Адрес: 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!

Эта документация не закончена. Пожалуйста, помогите и внесите свой вклад в разработку документации.

Пример документирования команды Gui объясняет, как должны быть задокументированы команды. Просмотрите Category:UnfinishedDocu/ru, чтобы увидеть больше незавершённых страниц, подобных этой. Смотрите Category:Command Reference/ru для всех команд.

Смотрите Wiki Страницы, чтобы узнать о редактировании вики-страниц, и зайдите на страницу Помоги FreeCAD, чтобы узнать о других способах, которыми вы можете внести свой вклад.

IsoCurve
Sweep2Rails
Curves

Curves SketchOnSurface

Menu location
Surfaces → Sketch on Surface
Workbenches
Curves
Default shortcut
None
Introduced in version
-
See also
None

Описание

The Curves SketchOnSurface tool maps a sketch onto an arbitrary curved face, like a label on a bottle. The sketch must be actually attached to a face (see Sketch.Support). The Map mode of the sketch has no effect on the result.

Above: shows the Sketch_On_Surface object applied to the cylinder face (left) and the source sketch in edit mode (right)

Применение

There are 2 methods to use the SketchOnSurface tool:

Creating a sketch on a selected face

  1. Select the target face in the 3D view.
  2. There are several ways to invoke the tool:
    • Press the Sketch on Surface button.
    • Select the Surfaces → Sketch on Surface option from the menu.
  3. A Sketch_On_Surface object is created including a Mapped_Sketch object.
  4. Expand this object in the Tree view to make the Mapped_Sketch appear below.
  5. Edit the sketch and add geometries inside the blue construction bounds.
  6. Optionally edit the values in the Property editor to create extruded faces, or fill faces and equidistant faces from closed sketch wires, which in combination result in a solid shape, and adjust the related properties (see Properties below).

Attaching an existing sketch to a selected face

  1. Attach an existing sketch to the target face:
    • Right-click on a sketch in the Tree view and select Attachment editor from the context menu.
    • The Attachment dialog opens.
      1. Select the target face.
      2. Set the Attachment mode to Deactivated while keeping the face as the first reference.
      3. Press the OK button to close the Attachment dialog.
    • In the Property editor set Placement.Position.z = 0.
  2. Edit the sketch and add a Construction (blue) rectangle around the geometries.
    This rectangle will be the parametric bounds of the face.
  3. Select the sketch.
  4. Invoke the tool as described above.
  5. A Sketch_On_Surface object is created including the selected sketch.
  6. Optionally edit the values in the Property editor as described above.

Notes

  • The result is a 3D wire by default.
  • To generate lofting faces from the sketch that are normal to the target face (the blue faces in the above screenshot) set the ДанныеFill Extrusion property to true and enter a value other than 0.0 for the ДанныеThickness property.
  • To close the lofted shape set the ДанныеFill Faces property to true.
  • To only fill the 3D wire set the ДанныеFill Extrusion property to false, the ДанныеFill Faces property to true, and the ДанныеThickness property to 0.0. Any other value for the latter will add a second equidistant face (the red faces in the above screenshot); Thickness is a distance value in this case).
  • to move the 3D wire above or below the target face enter a value other than 0.0 for the ДанныеOffset property, this also moves any shape based on this wire accordingly.
  • It is assumed that all geometry in the sketch is enclosed within the blue construction frame. This includes all other construction geometry, as well as the visible internal geometry of complex curves (Bézier, Ellipse). If this is not the case the bounding box of the sketch will be larger than the construction frame and the final mapping will be scaled down accordingly. If required hide the internal geometry that is not fully inside the construction frame.
  • If a sketch holds more construction geometry than only the necessary frame it is now recommended to not attach it directly, instead create a separate Mapped_Sketch object with the construction frame only, and link the desired sketch to the ДанныеExtra Objects property. (see: forum)

Properties

See also: Property editor.

A Sketch_On_Surface object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:

Data

Settings

  • ДанныеFill Extrusion (Bool): Add extrusion faces
  • ДанныеFill Faces (Bool): Make faces from closed wires
  • ДанныеOffset (Float): Offset distance of mapped sketch
  • ДанныеThickness (Float): Extrusion thickness

SketchOnSurface

  • ДанныеExtra Objects (LinkList): Additional objects that will be mapped on surface
  • ДанныеSketch (Link): Input Sketch

Touchup

  • ДанныеConstruction Bounds (Bool): include construction geometry in sketch bounds
  • ДанныеReverse U (Bool): Reverse U direction
  • ДанныеReverse V (Bool): Reverse V direction
  • ДанныеSwap UV (Bool): Swap U and V directions


IsoCurve
Sweep2Rails
Curves

Эта страница получена от https://wiki.freecad.org/Curves_SketchOnSurface

Свяжитесь с нами!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

©Команда FreeCAD. Авторы изображений (сверху вниз): ppemawm, r-frank, epileftric, regis, regis, rider_mortagnais, bejant.

Этот проект поддерживается: , KiCad Services Corp. и другие спонсоры

GitHubУлучшить эту страницу на GitHub