Ejemplo n.º 1
0
 internal static void parseFields(IfcFurnishingElementType t, List<string> arrFields, ref int ipos)
 {
     IfcElementType.parseFields(t, arrFields, ref ipos);
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 3
0
		internal IfcFurnishingElementType(IfcFurnishingElementType t) : base(t) { }
Ejemplo n.º 4
0
 internal IfcFurnishingElementType(DatabaseIfc db, IfcFurnishingElementType t)
     : base(db, t)
 {
 }
Ejemplo n.º 5
0
 internal IfcFurnishingElementType(DatabaseIfc db, IfcFurnishingElementType t, DuplicateOptions options) : base(db, t, options)
 {
 }