The Project object and tools. More...
Functions | |
def | makeProject (sites=None, name="Project") |
def | QT_TRANSLATE_NOOP (ctxt, txt) |
def | translate (ctxt, txt) |
The Project object and tools.
This module provides tools to build Project objects.
def ArchProject.makeProject | ( | sites = None , |
|
name = "Project" |
|||
) |
Create an Arch project. If sites are provided, add them as children of the new project. Parameters ---------- sites: list of <Part::FeaturePython>, optional Sites to add as children of the project. Ultimately this could be anything, however. name: str, optional The label for the project. Returns ------- <Part::FeaturePython> The created project.
References QT_TRANSLATE_NOOP().
def ArchProject.QT_TRANSLATE_NOOP | ( | ctxt, | |
txt | |||
) |
Referenced by makeProject().
def ArchProject.translate | ( | ctxt, | |
txt | |||
) |