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

IfcBeamType() public méthode

public IfcBeamType ( DatabaseIfc m, string name, IfcBeamTypeEnum type ) : System
m DatabaseIfc
name string
type IfcBeamTypeEnum
Résultat System
        public IfcBeamType(DatabaseIfc m, string name, IfcBeamTypeEnum type)
            : base(m)
        {
            Name = name; mPredefinedType = type;
        }

Same methods

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