Einleitung
Die Auswahlansicht ist ein Bereich der Oberfläche, der sich standardmäßig unter der Combo-Ansicht befindet. Genau wie der Eigenschafteneditor zeigt sie weitere Informationen über die aktuell ausgewählten Objekte an.
Eine Auswahl kann durch anklicken eines Objekts in der 3D-Ansicht oder in der Baumansicht getroffen werden. Mehrere Körper können durch Halten von Ctrl ausgewählt werden.
Auswahlansicht, gekennzeichnet durch die Zahl 5 in der Standard-Oberfläche.
Objektauswahl
Die Baumansicht dieses Beispiels hat zwei PartDesign-Körper, mit jeweils mehreren Elementen, und einen einfachen Part-Kegel. Der Baum sieht wie folgt aus.
Die Auswahlansicht ist leer, wenn in der 3D-Ansicht oder in der Baumansicht kein Objekt ausgewählt ist.
Wenn ein Objekt ausgewählt wird, wird es in der Objektliste zusammen mit dem Dokument angezeigt, zu dem es gehört. Sowohl der schreibgeschützte interne Name
als auch die vom Benutzer änderbare Bezeichnung
werden angezeigt.
Der Name
darf nur einfache alphanumerische Zeichen [_0-9a-zA-Z]
enthalten, während die Beschriftung
beliebige Zeichen einschließlich Leerzeichen und Akzentzeichen enthalten kann.
Wenn mehrere Objekte auswählt werden, werden diese in der Ansicht aufgelistet. Befinden sich diese Objekte innerhalb eines Containers, beispielsweise eines PartDesign Körper, wird der angezeigte Name hierarchisch angegeben, d. h. Document#Parent.Child
. In diesem Fall wird nicht nur das untergeordnete Element, sondern das gesamte übergeordnete Element in der 3D-Ansicht hervorgehoben angezeigt.
Document#Body.Feature. (Feature_label)
Einzelne Körperelemente, d. h. Knoten, Kanten und Flächen, können ausgewählt werden und werden ebenfalls hierarchisch dargestellt.
Document#Body.Feature.Vertex (Feature_label)
Document#Body.Feature.Edge (Feature_label)
Document#Body.Feature.Face (Feature_label)
Suchleiste
Wenn das Dokument viele Objekte enthält und das gewünschte Objekt nicht in der 3D-Ansicht oder der Baumansicht ausgewählt werden kann, kann der Teilname des Objekts in das Suchfeld eingeben werden. Daraufhin werden alle Namen im Dokument durchsucht und eine Liste der Objekte angezeigt, die teilweise mit dem eingegebenen Text übereinstimmen. Wenn das gesuchte Objekt gefunden wurde, kann es durch Anklicken auswählt werden.
Kontextmenü
Right-clicking an element in the list opens a context menu with the following commands:
- Select Only: deselects everything, and selects only the parent object that contains the given element.
- Deselect: completely removes the selection of all objects.
- Zoom Fit: deselect everything, and selects only the parent object that contains the given element. Moreover, the 3D View is panned and zoomed so that the parent object is centered on the screen. This is useful when selecting one object in the Tree View, and then quickly focus the camera on it in the 3D View.
- Go to Selection: deselects everything, and selects only the the parent object that contains the selected element. In this case, the Tree View is adjusted and expanded to show exactly where the selected object is in the tree. This is useful when the objects in the 3D View are contained inside many container objects in the Tree View, for example, Std Parts, Std Groups, PartDesign Bodies, Arch BuildingParts, and similar. When you have hundreds of bodies, it is easier to select the object in the 3D View, and then choose Go to Selection, to immediately locate the object in the Tree View, and then proceed to edit its properties in the Property View.
- Mark to Recompute: marks the selected object as "Touched", meaning that its properties will be updated next time the document is recomputed.
- To Python Console: this creates a variable
obj
that holds a reference to the parent object. This is useful when writing scripts and testing commands in the Python console. Instead of using the full name of the object, it's easier to use the shorter and more compact name obj
. See also Std SendToPythonConsole.
Ausgewähltes Objekt
Wenn das Kontrollkästchen Ausgewählte Objektliste aktiviert ist, wird eine sekundäre Liste angezeigt, in der alle Unterelemente (Knoten, Kanten und Flächen) aufgeführt sind, die mit einem einzigen Klick ausgewählt werden können, auch solche, die sich hinter anderen Objekten befinden (und dadurch verdeckt sind).
Interface
- Preferences Editor, Interface Customization
- Main window: Standard menu, Main view area, 3D View, Combo view (Tree View, Task Panel, Property View), Selection view, Report View, Python console, Status Bar, DAG View, Workbench Selector
- Auxiliary windows: Scene inspector, Dependency graph
Std Base
- File: New, Open, Open Recent, Close, Close All, Save, Save As, Save a Copy, Save All, Revert, Import, Export,Merge project, Document information, Print, Print preview, Export PDF, Exit
- Edit: Undo, Redo, Cut, Copy, Paste, Duplicate selection, Refresh, Box selection, Box element selection, Select All, Delete, Send to Python Console, Placement, Transform, Alignment, Toggle Edit mode, Properties, Edit mode, Preferences
- View:
- Miscellaneous: Create new view, Orthographic view, Perspective view, Fullscreen, Bounding box, Toggle axis cross, Clipping plane, Persistent section cut, Texture mapping, Toggle navigation/Edit mode, Material, Appearance, Random color, Color per face, Toggle transparency, Workbench, Status bar
- Standard views: Fit all, Fit selection, Align to selection, Isometric, Dimetric, Trimetric, Home, Front, Top, Right, Rear, Bottom, Left, Rotate Left, Rotate Right, Store working view, Recall working view
- Freeze display: Save views, Load views, Freeze view, Clear views
- Draw style: As is, Points, Wireframe, Hidden line, No shading, Shaded, Flat lines
- Stereo: Stereo red/cyan, Stereo quad buffer, Stereo Interleaved Rows, Stereo Interleaved Columns, Stereo Off, Issue camera position
- Zoom: Zoom In, Zoom Out, Box zoom
- Document window: Docked, Undocked, Fullscreen
- Visibility: Toggle visibility, Show selection, Hide selection, Select visible objects, Toggle all objects, Show all objects, Hide all objects, Toggle selectability
- Toolbars: File, Edit, Clipboard, Workbench, Macro, View, Individual views, Structure, Help, Lock toolbars
- Panels: Tree view, Property view, Model, Selection view, Python console, Report view, Tasks, DAG view
- Dock window overlay: Toggle overlay for all, Toggle transparent for all, Toggle overlay, Toggle transparent, Bypass mouse events in docked overlay windows, Toggle left, Toggle right, Toggle top, Toggle bottom
- Link navigation: Go to linked object, Go to the deepest linked object, Select all links
- Tree view actions: Sync view, Sync selection, Sync placement, Pre-selection, Record selection, Single document, Multi document, Collapse/Expand, Initiate dragging, Go to selection, Selection back, Selection forward
- Tools: Edit parameters, Save image, Load image, Scene inspector, Dependency graph, Export dependency graph, Document utility, Add text document, View turntable, Units converter, Customize, Addon manager, Measure
- Help: Help, FreeCAD Website, Donate, Users documentation, Python scripting documentation, Automatic Python modules documentation, FreeCAD Forum, FreeCAD FAQ, Report a bug, About FreeCAD, What's This, Start
- Additional:
- Miscellaneous: Create part, Create group, Create a variable set, Make link group, Select all instances, Toggle freeze
- Create datums: Create coordinate system, Create datum plane, Create datum line, Create datum point
- Link tools: Make link, Make sub-link, Replace with link, Unlink, Import links, Import all links
- Expression actions: Copy selected, Copy active document, Copy all documents, Paste
- Selection filter: Vertex selection, Edge selection, Face selection, All selection filters cleared
Anwenderdokumentation
- Erste Schritte
- Installation: Herunterladen, Windows, Linux, Mac, Zusätzliche Komponenten, Docker, AppImage, Ubuntu Snap
- Grundlagen: Über FreeCAD, Graphische Oberfläche, Mausbedienung, Auswahlmethoden, Objektname, Voreinstellungseditor, Arbeitsbereiche, Dokumentstruktur, Objekteigenschaften, FreeCAD unterstützen, Spenden
- Hilfe: Anleitungen, Videoanleitungen
- Arbeitsbereiche: Std Base, Arch, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework