상속: IfcElement
예제 #1
0
파일: IFC V.cs 프로젝트: jenca-cloud/ggIFC
		internal static void parseFields(IfcVirtualElement e, List<string> arrFields, ref int ipos) { IfcElement.parseFields(e, arrFields, ref ipos); }
예제 #2
0
파일: IFC V.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcVirtualElement(IfcVirtualElement el) : base(el) { }
예제 #3
0
파일: IFC V.cs 프로젝트: jenca-cloud/ggIFC
		internal static IfcProduct Parse(string strDef) { IfcVirtualElement e = new IfcVirtualElement(); int ipos = 0; parseFields(e, ParserSTEP.SplitLineFields(strDef), ref ipos); return e; }
예제 #4
0
 internal static void parseFields(IfcVirtualElement e, List <string> arrFields, ref int ipos)
 {
     IfcElement.parseFields(e, arrFields, ref ipos);
 }
예제 #5
0
 internal static IfcProduct Parse(string strDef)
 {
     IfcVirtualElement e = new IfcVirtualElement(); int ipos = 0; parseFields(e, ParserSTEP.SplitLineFields(strDef), ref ipos); return(e);
 }
예제 #6
0
 internal IfcVirtualElement(DatabaseIfc db, IfcVirtualElement e) : base(db, e, false)
 {
 }
예제 #7
0
 internal IfcVirtualElement(IfcVirtualElement el) : base(el)
 {
 }
예제 #8
0
		internal IfcVirtualElement(DatabaseIfc db, IfcVirtualElement e) : base(db, e,false) { }