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