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