예제 #1
0
파일: IFC E.cs 프로젝트: jenca-cloud/ggIFC
		protected IfcExternalSpatialStructureElement(IfcExternalSpatialStructureElement p) : base(p) { }
예제 #2
0
파일: IFC E.cs 프로젝트: jenca-cloud/ggIFC
		protected static void parseFields(IfcExternalSpatialStructureElement s, List<string> arrFields, ref int ipos) { IfcSpatialElement.parseFields(s, arrFields, ref ipos); }
예제 #3
0
		protected IfcExternalSpatialStructureElement(DatabaseIfc db, IfcExternalSpatialStructureElement e, bool downStream) : base(db, e, downStream) { }