示例#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)
 {
 }