App OriginGroupExtension

From FreeCAD Documentation
Revision as of 12:12, 20 February 2022 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Introduction

An App Origin object, or formally an App::OriginGroupExtension, is a class supplying selectable elements that represent the three standard axes (X, Y, Z) and three standard planes (XY, XZ and YZ) to objects that are intended to arrange different types of geometry in space.

Std Part (App Part) objects and PartDesign Body objects are created with Origin objects by default. If needed, Origin objects can be added to Assembly objects of the Assembly3 workbench, too.

Tree view 3D view

Left: The tree view showing three objects that use Origin objects. Right: Representation of the Origin elements in the 3D view.

The axes and planes are objects of type App::Line and App::Plane respectively. Each of these elements can be hidden and unhidden individually with the Space bar. This can be useful when selecting the correct reference for creating other objects e.g. Sketches.

Simplified diagram of the relationships between the core objects in the program. Two of them have an Origin object to control the placement of the objects grouped under them.