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

IfcWallType() public method

public IfcWallType ( DatabaseIfc m, string name, IfcWallTypeEnum type ) : System
m DatabaseIfc
name string
type IfcWallTypeEnum
return System
        public IfcWallType(DatabaseIfc m, string name, IfcWallTypeEnum type)
            : base(m)
        {
            Name = name; mPredefinedType = type;
        }

Same methods

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