GeometryGym.Ifc.IfcExtendedMaterialProperties.IfcExtendedMaterialProperties C# (CSharp) Method

IfcExtendedMaterialProperties() private method

private IfcExtendedMaterialProperties ( ) : System
return 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