Inheritance: IfcProduct
Ejemplo n.º 1
0
		internal static void parseFields(IfcAnnotation a, List<string> arrFields, ref int ipos)  { IfcProduct.parseFields(a,arrFields, ref ipos); }
Ejemplo n.º 2
0
		//INVERSE
		//internal List<IfcRelContainedInSpatialStructure> mContainedInStructure = new List<IfcRelContainedInSpatialStructure>(); //: SET [0:1] OF IfcRelContainedInSpatialStructure FOR RelatedElements;
		internal IfcAnnotation(IfcAnnotation el) : base(el) { }
Ejemplo n.º 3
0
		internal static IfcAnnotation Parse(string strDef) { int ipos = 0; IfcAnnotation a = new IfcAnnotation(); parseFields(a, ParserSTEP.SplitLineFields(strDef), ref ipos); return a; }
Ejemplo n.º 4
0
		internal IfcAnnotation(DatabaseIfc db, IfcAnnotation a) : base(db,a,false) { }