Exemplo n.º 1
0
		internal static void parseFields(IfcVirtualElement e, List<string> arrFields, ref int ipos) { IfcElement.parseFields(e, arrFields, ref ipos); }
Exemplo n.º 2
0
		internal IfcVirtualElement(IfcVirtualElement el) : base(el) { }
Exemplo n.º 3
0
		internal static IfcProduct Parse(string strDef) { IfcVirtualElement e = new IfcVirtualElement(); int ipos = 0; parseFields(e, ParserSTEP.SplitLineFields(strDef), ref ipos); return e; }
Exemplo n.º 4
0
 internal static void parseFields(IfcVirtualElement e, List <string> arrFields, ref int ipos)
 {
     IfcElement.parseFields(e, arrFields, ref ipos);
 }
Exemplo n.º 5
0
 internal static IfcProduct Parse(string strDef)
 {
     IfcVirtualElement e = new IfcVirtualElement(); int ipos = 0; parseFields(e, ParserSTEP.SplitLineFields(strDef), ref ipos); return(e);
 }
Exemplo n.º 6
0
 internal IfcVirtualElement(DatabaseIfc db, IfcVirtualElement e) : base(db, e, false)
 {
 }
Exemplo n.º 7
0
 internal IfcVirtualElement(IfcVirtualElement el) : base(el)
 {
 }
Exemplo n.º 8
0
		internal IfcVirtualElement(DatabaseIfc db, IfcVirtualElement e) : base(db, e,false) { }