상속: IfcProduct
예제 #1
0
파일: ifc A.cs 프로젝트: jenca-cloud/ggIFC
		internal static void parseFields(IfcAnnotation a, List<string> arrFields, ref int ipos)  { IfcProduct.parseFields(a,arrFields, ref ipos); }
예제 #2
0
파일: ifc A.cs 프로젝트: jenca-cloud/ggIFC
		//INVERSE
		//internal List<IfcRelContainedInSpatialStructure> mContainedInStructure = new List<IfcRelContainedInSpatialStructure>(); //: SET [0:1] OF IfcRelContainedInSpatialStructure FOR RelatedElements;
		internal IfcAnnotation(IfcAnnotation el) : base(el) { }
예제 #3
0
파일: ifc A.cs 프로젝트: jenca-cloud/ggIFC
		internal static IfcAnnotation Parse(string strDef) { int ipos = 0; IfcAnnotation a = new IfcAnnotation(); parseFields(a, ParserSTEP.SplitLineFields(strDef), ref ipos); return a; }
예제 #4
0
		internal IfcAnnotation(DatabaseIfc db, IfcAnnotation a) : base(db,a,false) { }