mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
Consider new geometry settings
This commit is contained in:
@@ -74,6 +74,7 @@ SETTING = Literal[
|
||||
"compute-curvature",
|
||||
"context-identifiers",
|
||||
"context-ids",
|
||||
"context-priorities",
|
||||
"context-types",
|
||||
"convert-back-units",
|
||||
"debug",
|
||||
@@ -95,6 +96,7 @@ SETTING = Literal[
|
||||
"make-volume",
|
||||
"max-offset-deviation",
|
||||
"max-offset",
|
||||
"max-voids-per-element",
|
||||
"mesher-angular-deflection",
|
||||
"mesher-linear-deflection",
|
||||
"model-offset",
|
||||
|
||||
@@ -158,7 +158,9 @@
|
||||
%ignore ContextIds;
|
||||
%ignore ContextTypes;
|
||||
%ignore ContextIdentifiers;
|
||||
%ignore ContextPriorities;
|
||||
%ignore OutputDimensionality;
|
||||
%ignore MaxVoidsPerElement;
|
||||
%ignore IteratorOutput;
|
||||
%ignore DisableOpeningSubtractions;
|
||||
%ignore ApplyDefaultMaterials;
|
||||
|
||||
Reference in New Issue
Block a user