GeometryGym.Ifc.IfcBeamType.IfcBeamType C# (CSharp) Метод

IfcBeamType() приватный Метод

private IfcBeamType ( DatabaseIfc db, IfcBeamType t ) : System
db DatabaseIfc
t IfcBeamType
Результат 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