Curves Pipeshell/ru

Other languages:

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

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

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

Curves Pipeshell

Menu location
Surfaces → Pipeshell
Workbenches
Curves
Default shortcut
None
Introduced in version
-
See also
None

Описание

The Curves Pipeshell tool creates a Pipeshell sweep object.

Применение

  1. Select the edge that builds the sweep path in the 3D view.
  2. Select one or more required profiles in the Tree view.
  3. There are several ways to invoke the tool:
    • Press the Pipeshell button.
    • Select the Surfaces → Pipeshell option from the menu.
  4. A PipeShell object is created.
  5. Optionally edit the values in the Property editor to choose a different sweeping algorithm, or a different output shape and adjust the related properties (see Properties below).

Properties

See also: Property editor.

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

Data

Main

  • ДанныеMode (Enumeration): PipeShell mode used to select the sweeping algorithm:
    • Frene (default): ...
    • DiscreteTrihedron: ...
    • FixedTrihetron: ...
    • Binormal: ...
    • ShapeSupport: ...
    • AuxiliarySpine: ...
  • ДанныеOutput (Enumeration): Determines the shape of the object:
    • Sections (default): ...
    • Lofted Sections: ...
    • Surface: ...
  • ДанныеProfiles (LinkList):: Profiles that are swept along spine.
  • ДанныеSpine (LinkSubList): Sweep path.

Mode

  • Данные (Hidden)Auxiliary (Link): Auxiliary spine.
  • Данные (Hidden)Contact (Enumeration): Type of contact to auxiliary spine.
    • NoContact (default): ...
    • Contact: ...
    • ContactOnBorder: ...
  • Данные (Hidden)Corrected (Bool): Corrected Frenet.
  • Данные (Hidden)Direction (Vector): Direction of the Binormal and FixedTrihedron modes.
  • Данные (Hidden)EquiCurvi (Bool): Curvilinear equivalence.
  • Данные (Hidden)Location (Vector): Location of the FixedTrihedron mode.
  • Данные (Hidden)Support (Link): Shape of the ShapeSupport mode.

Settings

  • ДанныеMaxDegree (Integer): Maximum degree of the generated surface.
  • ДанныеMaxSegments (Integer): Maximum number of segments of the generated surface.
  • ДанныеSamples (Integer): Number of samples for preview.
  • ДанныеSolid (Bool): Make solid object.
  • ДанныеTol3d (Float): Tolerance 3D.
  • ДанныеTolAng (Float): Tolerance angular.
  • ДанныеTolBound (Float): Tolerance boundary.

Notes

  • Pipeshell needs a wire object (as the sweep path), and at least one Pipeshell Profile.
  • The two tools Pipeshell and Pipeshell Profile work together as an "Advanced" Sweep tool.