mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 12:12:15 +00:00
Expose geometry types in snake case
Generated with the assistance of an AI coding tool.
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
%include "std_string.i"
|
||||
%include "exception.i"
|
||||
%include "std_shared_ptr.i"
|
||||
%include "std_unique_ptr.i"
|
||||
|
||||
%{
|
||||
#include <array>
|
||||
@@ -257,6 +258,13 @@
|
||||
|
||||
// @todo abstract into plug-in interface
|
||||
#include "../serializers/rocks_db_serializer.h"
|
||||
|
||||
using ifcopenshell::attribute_value;
|
||||
using ifcopenshell::blank;
|
||||
using ifcopenshell::derived;
|
||||
using ifcopenshell::empty_aggregate;
|
||||
using ifcopenshell::empty_aggregate_of_aggregate;
|
||||
using ifcopenshell::enumeration_reference;
|
||||
%}
|
||||
|
||||
// Create docstrings for generated python code.
|
||||
|
||||
Reference in New Issue
Block a user