GeometryGym.Ifc.IfcLoop.IfcLoop C# (CSharp) Method

IfcLoop() protected method

protected IfcLoop ( DatabaseIfc db, IfcLoop l ) : System
db DatabaseIfc
l IfcLoop
return System
        protected IfcLoop(DatabaseIfc db, IfcLoop l)
            : base(db,l)
        {
        }

Same methods

IfcLoop::IfcLoop ( ) : System
IfcLoop::IfcLoop ( DatabaseIfc db ) : System
IfcLoop