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

IfcWallType() private method

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

Same methods

IfcWallType::IfcWallType ( ) : System
IfcWallType::IfcWallType ( DatabaseIfc m, string name, IfcWallTypeEnum type ) : System
IfcWallType::IfcWallType ( string name, IfcMaterialLayerSet ls, IfcWallTypeEnum type ) : System