Общ преглед
Преглед на свойствата се появява в долния раздел на панела "Model' (ако Combo View е активен) или като самостоятелен панел.
Обикновено изгледът Преглед на свойствата е предназначен да покаже свойствата един обект в даден момент. Стойностите, показани в него, принадлежат на избрания обект. Въпреки това, някои свойства като цветове могат да бъдат зададени за множество избрани обекти. Ако не е избран елемент, прегледът на свойствата е празен.
Не всички свойства могат да бъдат модифицирани, някои са само за четене.
Свойства Data на обект Part Box
Типове на свойствата
Свойството е част информация като число или текстов низ, която се съдържа в документ на FreeCAD или в обект в документа. Достъпни се много типове свойства. Някои от най-често срещаните типове са:
App::PropertyAngle
App::PropertyBool
App::PropertyDistance
App::PropertyFloat
App::PropertyInteger
App::PropertyLength
App::PropertyPlacement
App::PropertyString
App::PropertyVector
Свойства изглед (View) и данни (Data)
Преглед на свойствата има два раздела, даващи достъп до два класа свойства:
- Data свойства-данни, свързани с "физическите" параметри на обекта. Свойствата Data определят съществените характеристики на обекта. Те съществуват по всяко време, дори когато FreeCAD се използва в конзолен режим или като библиотека. Това означава, че ако заредите документ в режим на конзола, можете да редактирате радиуса на кръг или дължината на линия, дори ако не можете да видите резултата на екрана.
- View свойства-изглед, свързани с "визуалния" вид на обекта. Свойствата View са свързани с
ViewObject на обекта и са достъпни само когато графичният потребителски интерфейс (GUI) е зареден. Те не са достъпни, когато използвате FreeCAD в конзолен режим или като библиотека за друга програма. По подразбиране промените в свойствата View не се добавят към стека за отмяна и не могат да бъдат отменени и преработени с Std Undo и Std Redo. Но е възможно да промените това, като зададете параметъра fine-tuning AutoTransactionView на true.
Основни свойства
Различните обекти могат да имат различни свойства. Въпреки това, много обекти имат еднакви свойства, защото са получени от един и същ вътрешен клас.
Повечето геометрични обекти, които могат да бъдат създадени и показани в 3D Изглед, са получени от Part::Feature. Вижте Part Feature за основните свойства, които тези обекти имат.
За 2D геометрия повечето обекти са получени от Part::Part2DObject (сам по себе си произлиза от Part::Feature), който е в основата на Sketches, и повечето Draft обекти. Вижте Part Part2DObject за основните свойства, които тези обекти имат.
Контекстно меню
За да покажете контекстно меню в Преглед на свойствата щракнете с десния бутон върху фона или върху свойство.
Щракването с десния бутон върху фона показва три опции:
- Add Property: добавя динамично свойство към обекта.
- Групите свойства се свиват / разширяват, когато щракнете двайно върху името на групата. Свойствата възли се свиват/разширяват, когато щракнете върху символа (обикновено стрелка) пред името им.
- Expand to Default: property groups are expanded and property nodes are collapsed for the current object.
- Expand All: property groups and property nodes are expanded for the current object.
- Collapse All: property groups and property nodes are collapsed for the current object.
- Default Expand: when an objects is selected, property groups appear expanded and property nodes appear collapsed.
- Auto Expand: when an objects is selected, property groups and property nodes appear expanded.
- Auto Collapse: when an objects is selected, property groups and property nodes appear collapsed.
- Show Hidden: if active, hidden Data and View properties are shown.
When right-clicking a property the following additional options are available:
- Copy: copies the property value to the clipboard.
- Rename Property Group: renames the property group of selected properties. Only available for dynamic properties. Dynamic properties are those added by the user.
- Edit Property Tooltip: edits the tooltip of the selected property. Idem. introduced in 1.1
- Delete Property: deletes selected properties. Idem.
- Expression: brings up the Expression Editor, which allows using expressions in the property value.
- If a status value is followed by an asterisk (*) it is static and cannot be changed.
- Hidden: if active, sets the property as hidden, meaning that it will only be displayed in the Property View if Show Hidden is active.
- Output: if active, sets the property as output.
- NoRecompute: if active, modifying the property doesn't touch its container for recompute.
- ReadOnly: if active, sets the property as read-only. The property won't be editable in the Property View. It may however still be possible to change the property via a dialog.
- Transient: if active, sets the property as transient. The value of a transient property is not saved to file. When opening a file, it is instantiated with its default value.
- Touched: if active, the object becomes touched, and ready for recompute.
- EvalOnRestore: if active, the property is evaluated when the document is restored.
- CopyOnChange: if active, the property is copied when changed in a Link. The Link's ДанниLink Copy On Change property must be set to
Tracking or Enabled for this to work. This is related to Variant Links.
Scripting
See FeaturePython Custom Properties.
Preferences
See Combo view.

Interface Customization/bg
Workbenches/bg

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 Document, Open, Open Recent, Close, Close All, Save, Save As, Save Copy, Save All, Revert, Import, Export,Merge Document, Document Information, Print, Print Preview, Export PDF, Exit
- Edit: Undo, Redo, Cut, Copy, Paste, Duplicate Object, Recompute, Box Selection, Box Element Selection, Select All, Delete, Send to Python Console, Placement, Transform, Align To, Toggle Edit Mode, Properties, Edit Mode, Preferences
- View:
- Miscellaneous: New 3D View, Orthographic View, Perspective View, Fullscreen, Bounding Box, Toggle Axis Cross, Clipping View, Texture Mapping, Toggle Navigation/Edit Mode, Material, Appearance, Random Color, Appearance 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
- Overlay Docked Panel: Toggle Overlay for All Panels, Toggle Transparent Panels, Toggle Overlay, Toggle Transparent Mode, Bypass Mouse Events in Overlay Panels, Toggle Left, Toggle Right, Toggle Top, Toggle Bottom
- Link Navigation: Go to Linked Object, Go to Deepest Linked Object, Select All Links
- Tree View Actions: Sync View, Sync Selection, Sync Placement, Preselection, Record Selection, Single Document, Multi Document, Collapse/Expand, Initiate Dragging, Go to Selection, Selection Back, Selection Forward
- Tools: Addon Manager, Measure, Clarify Selection, Quick Measure, Units Converter, Load Image, Save Image, Text Document, View Turntable, Scene Inspector, Dependency Graph, Export Dependency Graph, Document Utility, Edit Parameters, Customize
- Help: What's This, Start Page, Users Documentation, FreeCAD Forum, Report an Issue, Restart in Safe Mode, Developers Handbook, Python Modules Documentation, FreeCAD Website, Donate to FreeCAD, About FreeCAD
- Additional:
- Miscellaneous: New Part, New Group, Variable Set, Link Group, Select All Instances, Toggle Freeze
- Datums: Coordinate System, Datum Plane, Datum Line, Datum Point
- Link Actions: Make Link, Make Sub-Link, Replace With Link, Unlink, Import Link, Import All Links
- Expression Actions: Copy Selected, Copy Active Document, Copy All Documents, Paste
- Selection Filter: Vertex Selection, Edge Selection, Face Selection, No Selection Filters
User documentation
- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework