Builder Class Reference
Last update: 16.07.2025A base class for all Builders. More...
Inheritance diagram for Builder:

Public Member Functions | |
| 'None' | Commit (self) |
| Commits any edits that have been applied to the builder. | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Detailed Description
A base class for all Builders.
A Builder is an object that is used to create and edit Features.
This is an abstract class that provides the basic functionality common to all builders. See the Builder subclasses for details of application-specific builders.
This is an abstract class, and cannot be instantiated.
Member Function Documentation
◆ Commit()
| 'None' Commit | ( | self | ) |
Commits any edits that have been applied to the builder.
Commits any edits that have been applied to the feature being edited, or a new feature if the builder is being used in creation mode.
The documentation for this class was generated from the following file:
- SpeosNX_2412.py