GeometryGym.Ifc.IfcBeamType.IfcBeamType C# (CSharp) Méthode

IfcBeamType() public méthode

public IfcBeamType ( string name, IfcMaterialProfile mp, IfcBeamTypeEnum type ) : System
name string
mp IfcMaterialProfile
type IfcBeamTypeEnum
Résultat System
        public IfcBeamType(string name, IfcMaterialProfile mp, IfcBeamTypeEnum type)
            : this(name, new IfcMaterialProfileSet(name, mp), type)
        {
        }

Same methods

IfcBeamType::IfcBeamType ( ) : System
IfcBeamType::IfcBeamType ( DatabaseIfc db, IfcBeamType t ) : System
IfcBeamType::IfcBeamType ( DatabaseIfc m, string name, IfcBeamTypeEnum type ) : System
IfcBeamType::IfcBeamType ( string name, GeometryGym.Ifc.IfcMaterialProfileSet ps, IfcBeamTypeEnum type ) : System