|
Lokacija izbornika |
---|
Arch → Reference |
Radni stolovi |
Arch |
Zadani prečac |
Egyik sem |
Bemutatták verzióban |
- |
Vidi također |
Arch BuildingPart |
The Arch Reference tool allows you to place an object in the current document that copies its shape and colors from a Part-based object (including Arch BuildingPart) stored in another FreeCAD file. If that FreeCAD file changes, the reference object is marked to be reloaded.
The Reference tool can by used in macros and from the Python console by using the following function:
reference = makeReference([filepath], [partname], [name])
Creates a reference
object named name
from the object partname
in the file filepath
. All arguments are optional.
Primjer:
import Arch
Arch.makeReference("/path/to/some/file.FSCtd", "myPart")