mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
Prefix namespaces for swig
This commit is contained in:
@@ -124,7 +124,7 @@ namespace IfcGeom {
|
|||||||
// when read from serialization, the element needs to take ownership of the styles,
|
// when read from serialization, the element needs to take ownership of the styles,
|
||||||
// the material vector is constructor off of this.
|
// the material vector is constructor off of this.
|
||||||
// @todo this can be improved
|
// @todo this can be improved
|
||||||
std::vector<std::shared_ptr<SurfaceStyle>> styles_;
|
std::vector<std::shared_ptr<IfcGeom::SurfaceStyle>> styles_;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
const std::string& id() const { return id_; }
|
const std::string& id() const { return id_; }
|
||||||
@@ -364,7 +364,7 @@ namespace IfcGeom {
|
|||||||
const std::vector<double>& normals,
|
const std::vector<double>& normals,
|
||||||
const std::vector<double>& uvs,
|
const std::vector<double>& uvs,
|
||||||
const std::vector<int>& material_ids,
|
const std::vector<int>& material_ids,
|
||||||
const std::vector<std::shared_ptr<SurfaceStyle>>& styles)
|
const std::vector<std::shared_ptr<IfcGeom::SurfaceStyle>>& styles)
|
||||||
: Representation(settings)
|
: Representation(settings)
|
||||||
, id_(id)
|
, id_(id)
|
||||||
, _verts(verts)
|
, _verts(verts)
|
||||||
|
|||||||
Reference in New Issue
Block a user