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

IfcExtendedMaterialProperties() private méthode

private IfcExtendedMaterialProperties ( DatabaseIfc db, IfcExtendedMaterialProperties p ) : System
db DatabaseIfc
p IfcExtendedMaterialProperties
Résultat System
		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; }
		internal static IfcExtendedMaterialProperties Parse(string strDef) { IfcExtendedMaterialProperties p = new IfcExtendedMaterialProperties(); int ipos = 0; parseFields(p, ParserSTEP.SplitLineFields(strDef), ref ipos); return p; }

Same methods

IfcExtendedMaterialProperties::IfcExtendedMaterialProperties ( ) : System