internal static void parseFields(IfcFurnishingElementType t, List<string> arrFields, ref int ipos) { IfcElementType.parseFields(t, arrFields, ref ipos); }
internal static new IfcFurnishingElementType Parse(string strDef) { IfcFurnishingElementType t = new IfcFurnishingElementType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
internal IfcFurnishingElementType(IfcFurnishingElementType t) : base(t) { }
internal IfcFurnishingElementType(DatabaseIfc db, IfcFurnishingElementType t) : base(db, t) { }
internal IfcFurnishingElementType(DatabaseIfc db, IfcFurnishingElementType t, DuplicateOptions options) : base(db, t, options) { }