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

IfcWall() private method

private IfcWall ( DatabaseIfc db, IfcWall w ) : System
db DatabaseIfc
w IfcWall
return System
        internal IfcWall(DatabaseIfc db, IfcWall w)
            : base(db, w)
        {
            mPredefinedType = w.mPredefinedType;
        }

Same methods

IfcWall::IfcWall ( ) : System
IfcWall::IfcWall ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System