You can now assign reps to type products. See #1222.

This commit is contained in:
Dion Moult
2021-01-27 15:28:29 +11:00
parent c94cac29a5
commit c0ed4074d8
2 changed files with 28 additions and 12 deletions
@@ -36,7 +36,7 @@ class Usecase:
return self.file.create_entity(
"IfcRepresentationMap",
**{
"MappingOrigin": self.file.createIfcAxis2Placement3D(zero, z_axis, x_axis),
"MappingOrigin": self.file.createIfcAxis2Placement3D(self.zero, self.z_axis, self.x_axis),
"MappedRepresentation": self.settings["representation"],
}
)