Эта документация не закончена. Пожалуйста, помогите и внесите свой вклад в разработку документации.
Пример документирования команды Gui объясняет, как должны быть задокументированы команды. Просмотрите Category:UnfinishedDocu/ru, чтобы увидеть больше незавершённых страниц, подобных этой. Смотрите Category:Command Reference/ru для всех команд.
Смотрите Wiki Страницы, чтобы узнать о редактировании вики-страниц, и зайдите на страницу Помоги FreeCAD, чтобы узнать о других способах, которыми вы можете внести свой вклад.
|
Menu location |
---|
Assembly → Create Exploded View |
Workbenches |
Assembly |
Default shortcut |
E |
Introduced in version |
1.0 |
See also |
None |
The Assembly CreateView tool creates an exploded views container (Exploded_Views object) in the active Assembly that contains one (default) or more exploded views (Exploded_View objects). An assembly can only hold one exploded views container.
An exploded view collects the moves (Move objects) used to relocate parts from assembled position to exploded position. The altered positions of assembled parts and the representations of the moves are only visible when an exploded view is being edited and in TechDraw views derived from an exploded view.
See also: Property editor.
Exploded_Views containers are Assembly::ViewGroup
objects. Exploded_View objects are derived from the ExplodedView
class, and Move objects from the ExplodedViewStep
class.
Base
String
):String
):ExpressionEngine
):Bool
):LinkList
):Bool
):Display Options
Enumeration
):Bool
):Bool
):Selection
Enumeration
):Enumeration
):An ExplodedView object is derived from an App FeaturePython object and inherits all its properties. It also has the following additional properties:
Exploded View
LinkList
): List of the Move objects of the exploded view.An ExplodedViewStep object is derived from an App FeaturePython object and inherits all its properties. It also has the following additional properties:
Exploded Move
Enumeration
): The Type of the move. (Normal
, Radial
).Placement
): This is the movement of the move.
StringList
): The objects moved by the move.LinkList
): The containing parts of objects moved by the move.