Class: ARCHline.Project
Class: ARCHline.Project
Inherits:
ARCHline.Project
show all
Overview
This class represents an ARCHline project.
Version:
2021 development
Instance Method Summary
- [
#Project()
](#Project-instance_method)
- [
#close(save)
](#close-instance_method)
Closes the project.
- [
#entities() ⇒ ARCHline.Entities
](#entities-instance_method)
Returns the container of all of the entities in this project.
- [
#layers() ⇒ ARCHline.Layers
](#layers-instance_method)
Returns the container of all of the layers in this project.
- [
#selection() ⇒ ARCHline.Selection
](#selection-instance_method)
Returns the actual selection.
#Project()
Version:
2021 development
#close(save)
Closes the project.
Parameters:
save
(Boolean)
Version:
- 2021 development
#entities() ⇒ ARCHline.Entities
Returns the container of all of the entities in this project.
Returns:
Version:
2021 development
Returns the container of all of the layers in this project.
Returns:
Version:
2021 development
#selection() ⇒ ARCHline.Selection
Returns the actual selection.
Returns:
Version:
2021 development