Inheritance: IfcProduct
示例#1
0
		internal static void parseFields(IfcAnnotation a, List<string> arrFields, ref int ipos)  { IfcProduct.parseFields(a,arrFields, ref ipos); }
示例#2
0
		//INVERSE
		//internal List<IfcRelContainedInSpatialStructure> mContainedInStructure = new List<IfcRelContainedInSpatialStructure>(); //: SET [0:1] OF IfcRelContainedInSpatialStructure FOR RelatedElements;
		internal IfcAnnotation(IfcAnnotation el) : base(el) { }
示例#3
0
		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) { }