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

IfcBeamType() private méthode

private IfcBeamType ( DatabaseIfc db, IfcBeamType t ) : System
db DatabaseIfc
t IfcBeamType
Résultat System
        internal IfcBeamType(DatabaseIfc db, IfcBeamType t)
            : base(db,t)
        {
            mPredefinedType = t.mPredefinedType;
        }

Same methods

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