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

IfcWallType() public method

public IfcWallType ( string name, IfcMaterialLayerSet ls, IfcWallTypeEnum type ) : System
name string
ls IfcMaterialLayerSet
type IfcWallTypeEnum
return System
        public IfcWallType(string name, IfcMaterialLayerSet ls, IfcWallTypeEnum type)
            : base(ls.mDatabase)
        {
            Name = name; mPredefinedType = type; MaterialSelect = ls;
        }

Same methods

IfcWallType::IfcWallType ( ) : System
IfcWallType::IfcWallType ( DatabaseIfc db, IfcWallType t ) : System
IfcWallType::IfcWallType ( DatabaseIfc m, string name, IfcWallTypeEnum type ) : System