コード例 #1
0
ファイル: ifc A.cs プロジェクト: jenca-cloud/ggIFC
		protected IfcAnnotationOccurrence(IfcAnnotationOccurrence p) : base((IfcStyledItem)p) { }
コード例 #2
0
ファイル: ifc A.cs プロジェクト: jenca-cloud/ggIFC
		protected static void parseFields(IfcAnnotationOccurrence a,List<string> arrFields, ref int ipos) { IfcStyledItem.parseFields(a,arrFields, ref ipos); }
コード例 #3
0
ファイル: IFC A.cs プロジェクト: jmirtsch/GeometryGymIFC
		protected IfcAnnotationOccurrence(DatabaseIfc db, IfcAnnotationOccurrence o) : base(db,o) { }