Inheritance: IfcDimensionCurveDirectedCallout
Beispiel #1
0
		internal static void parseFields(IfcDiameterDimension d, List<string> arrFields, ref int ipos) { IfcDimensionCurveDirectedCallout.parseFields(d, arrFields, ref ipos); }
Beispiel #2
0
		internal IfcDiameterDimension(IfcDiameterDimension el) : base(el) { }
Beispiel #3
0
		internal new static IfcDiameterDimension Parse(string strDef) { IfcDiameterDimension d = new IfcDiameterDimension(); int ipos = 0; parseFields(d, ParserSTEP.SplitLineFields(strDef), ref ipos); return d; }
Beispiel #4
0
		//internal IfcDiameterDimension(IfcDiameterDimension el) : base(el) { }
		internal new static IfcDiameterDimension Parse(string str) { IfcDiameterDimension d = new IfcDiameterDimension(); int pos = 0; d.Parse(str, ref pos, str.Length); return d; }