MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / Entity

Method Entity

src/ifcgeomserver/IfcGeomServer.cpp:404–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402 }
403public:
404 Entity(const IfcGeom::TriangulationElement* geom, EntityExtension* eext = 0) : Command(ENTITY), geom(geom), append_line_data(false), eext_(eext) {};
405};
406
407class Next : public Command {

Calls

no outgoing calls