Ejemplo n.º 1
0
		internal static IfcDistributionElement Parse(string strDef) { IfcDistributionElement e = new IfcDistributionElement(); int ipos = 0; parseFields(e, ParserSTEP.SplitLineFields(strDef), ref ipos); return e; }
Ejemplo n.º 2
0
		protected IfcDistributionElement(IfcDistributionElement be) : base(be) { }
Ejemplo n.º 3
0
		protected IfcDistributionElement(DatabaseIfc db, IfcDistributionElement e) : base(db,e,false) { }
Ejemplo n.º 4
0
		internal static void parseFields(IfcDistributionElement e, List<string> arrFields, ref int ipos) { IfcElement.parseFields(e, arrFields, ref ipos); }
Ejemplo n.º 5
0
		protected IfcDistributionElement(IfcDistributionElement basis) : base(basis) { }