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

IfcExtendedMaterialProperties() private méthode

private IfcExtendedMaterialProperties ( ) : System
Résultat System
		internal IfcExtendedMaterialProperties() : base() { }
		internal IfcExtendedMaterialProperties(DatabaseIfc db, IfcExtendedMaterialProperties p) : base(db,p) { ExtendedProperties = p.ExtendedProperties.ConvertAll(x=>db.Factory.Duplicate(x) as IfcProperty); mDescription = p.mDescription; mName = p.mName; }

Same methods

IfcExtendedMaterialProperties::IfcExtendedMaterialProperties ( DatabaseIfc db, IfcExtendedMaterialProperties p ) : System