mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 10:34:31 +00:00
Create writable argument copies when duplicating entity instances
This commit is contained in:
@@ -61,7 +61,8 @@ namespace IfcWrite {
|
||||
unsigned int id();
|
||||
IfcWritableEntity* isWritable();
|
||||
|
||||
void setArgument(int i);
|
||||
void setArgument(int i);
|
||||
void setArgument(int i, Argument* a);
|
||||
void setArgumentDerived(int i);
|
||||
void setArgument(int i,bool v);
|
||||
void setArgument(int i,int v);
|
||||
|
||||
Reference in New Issue
Block a user