mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 02:24:30 +00:00
Implement readable setting type retrieval
This commit is contained in:
@@ -394,6 +394,9 @@ assign_matrix_access(revolve);
|
||||
std::vector<std::string> setting_names() {
|
||||
return $self->setting_names();
|
||||
}
|
||||
std::string get_type(const std::string& name) {
|
||||
return $self->get_type(name);
|
||||
}
|
||||
}
|
||||
|
||||
%extend ifcopenshell::geometry::SerializerSettings {
|
||||
@@ -418,6 +421,9 @@ assign_matrix_access(revolve);
|
||||
std::vector<std::string> setting_names() {
|
||||
return $self->setting_names();
|
||||
}
|
||||
std::string get_type(const std::string& name) {
|
||||
return $self->get_type(name);
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef IFOPSH_WITH_OPENCASCADE
|
||||
|
||||
Reference in New Issue
Block a user