Пример #1
0
 internal static void parseFields(IfcFurnishingElementType t, List<string> arrFields, ref int ipos)
 {
     IfcElementType.parseFields(t, arrFields, ref ipos);
 }
Пример #2
0
 internal static new IfcFurnishingElementType Parse(string strDef)
 {
     IfcFurnishingElementType t = new IfcFurnishingElementType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t;
 }
Пример #3
0
		internal IfcFurnishingElementType(IfcFurnishingElementType t) : base(t) { }
Пример #4
0
 internal IfcFurnishingElementType(DatabaseIfc db, IfcFurnishingElementType t)
     : base(db, t)
 {
 }
Пример #5
0
 internal IfcFurnishingElementType(DatabaseIfc db, IfcFurnishingElementType t, DuplicateOptions options) : base(db, t, options)
 {
 }