|
|
| Menu location |
|---|
| None |
| Workbenches |
| All |
| Default shortcut |
| None |
| Introduced in version |
| 1.1 |
| See also |
| Part CoordinateSystem, Part DatumLine, Part DatumPoint |
Описание
The Part DatumPlane command creates a datum plane object that can be attached to other objects. A datum plane is one of several datum objects. A datum object is typically used to attach multiple other objects to. If the position or orientation of a datum object changes, all objects attached to it will follow.
A datum object can also provide a geometric reference for a feature or operation. Depending on its type it may for example be used as a direction vector, a rotation axis or a mirror plane.
Usage
Notes
Properties
See also: Property View.
A Part::DatumPlane object is derived from an App::Plane object. All its properties are inherited except those listed under Attachment.
Data
Attachment
The object has the same attachment properties as a Part Part2DObject.
Base
- ДанныеRole (
String): Role of the datum in the coordinate system. - ДанныеPlacement (
Placement): See Part Feature. - ДанныеLabel (
String): Idem. - Данные (hidden)Label2 (
String): Idem. - Данные (hidden)Expression Engine (
ExpressionEngine): Idem. - Данные (hidden)Visibility (
Bool): Idem.
View
Display Options
- ВидBounding Box (
Bool): See Part Feature. - ВидDisplay Mode (
Enumeration): Idem. - ВидShow In Tree (
Bool): Idem. - ВидVisibility (
Bool): Idem.
Object Style
- ВидShape Appearance (
MaterialList): See Part Feature. - ВидTransparency (
Percent): Idem.
Selection
- ВидOn Top When Selected (
Enumeration): See Part Feature. - ВидSelectable (
Bool): Idem. - ВидSelection Style (
Enumeration): Idem.
Scripting
import FreeCAD as App
doc = App.newDocument()
obj = doc.addObject("Part::DatumPlane", "DatumPlane")
doc.recompute()
Эта страница получена от https://wiki.freecad.org/Part_DatumPlane