상속: IfcFeatureElement
예제 #1
0
파일: IFC R.cs 프로젝트: jenca-cloud/ggIFC
		protected IfcRelProjectsElement(IfcElement e, IfcFeatureElementAddition a) : base(e.mDatabase) { mRelatingElement = e.mIndex; mRelatedFeatureElement = a.mIndex; }
예제 #2
0
 protected static void parseFields(IfcFeatureElementAddition e, List<string> arrFields, ref int ipos)
 {
     IfcFeatureElement.parseFields(e, arrFields, ref ipos);
 }
예제 #3
0
파일: IFC F.cs 프로젝트: jenca-cloud/ggIFC
		protected IfcFeatureElementAddition(IfcFeatureElementAddition el) : base(el) { }
예제 #4
0
 protected IfcFeatureElementAddition(DatabaseIfc db, IfcFeatureElementAddition e)
     : base(db,e)
 {
 }
예제 #5
0
 protected IfcFeatureElementAddition(DatabaseIfc db, IfcFeatureElementAddition e, DuplicateOptions options) : base(db, e, options)
 {
 }