|
Archicad 29 C++ API
|
This class can be used to query the boundaries of Zones. Before use an Update must be called on it. More...
#include <ZoneBoundaryQuery.hpp>
Classes | |
| class | Modifier |
| Modifier of the ZoneBoundaryQuery. More... | |
Public Member Functions | |
| Result< std::vector< ZoneBoundary > > | GetZoneBoundaries (API_Guid zoneId) const |
| template<typename ModifierFunc > | |
| Result< void > | Modify (ModifierFunc &&modifierFunc) |
| Executes the given modifier scope in a NotUndoable command. | |
Public Member Functions inherited from ACAPI::Object | |
| Object (std::shared_ptr< Impl::ObjectImpl > impl) | |
| Constructs a new object. | |
| const API_Token & | GetToken () const |
| Get the token for this object. | |
Friends | |
| ZoneBoundaryQuery | CreateZoneBoundaryQuery () |
Additional Inherited Members | |
Protected Member Functions inherited from ACAPI::Object | |
| ~Object () | |
| Default destructor. | |
Protected Attributes inherited from ACAPI::Object | |
| std::shared_ptr< Impl::ObjectImpl > | mImpl |
| Impl object given by constructor. | |
This class can be used to query the boundaries of Zones. Before use an Update must be called on it.
| Result< std::vector< ZoneBoundary > > ACAPI::ZoneBoundaryQuery::GetZoneBoundaries | ( | API_Guid | zoneId | ) | const |
| zoneId | The unique identifier of the Zone. |
| Result< void > ACAPI::ZoneBoundaryQuery::Modify | ( | ModifierFunc && | modifierFunc | ) |
Executes the given modifier scope in a NotUndoable command.
| modifierFunc | The modifier scope (lambda, std::function or function pointer) the caller wants to execute. |
|
friend |