Esempio n. 1
0
 internal static void parseFields(IfcFurnishingElement e, List<string> arrFields, ref int ipos)
 {
     IfcElement.parseFields(e, arrFields, ref ipos);
 }
Esempio n. 2
0
 internal static IfcFurnishingElement Parse(string strDef)
 {
     IfcFurnishingElement e = new IfcFurnishingElement(); int ipos = 0; parseFields(e, ParserSTEP.SplitLineFields(strDef), ref ipos); return e;
 }
Esempio n. 3
0
		internal IfcFurnishingElement(IfcFurnishingElement f) : base(f) { }
Esempio n. 4
0
 internal IfcFurnishingElement(DatabaseIfc db, IfcFurnishingElement e)
     : base(db, e,false)
 {
 }
Esempio n. 5
0
 internal IfcFurnishingElement(DatabaseIfc db, IfcFurnishingElement e, DuplicateOptions options) : base(db, e, options)
 {
 }