상속: IfcDimensionCurveDirectedCallout
예제 #1
0
파일: ifc A.cs 프로젝트: jenca-cloud/ggIFC
		internal static void parseFields(IfcAngularDimension d,List<string> arrFields, ref int ipos) { IfcDimensionCurveDirectedCallout.parseFields(d,arrFields, ref ipos); }
예제 #2
0
파일: ifc A.cs 프로젝트: jenca-cloud/ggIFC
		internal new static IfcAngularDimension Parse(string strDef) { IfcAngularDimension d = new IfcAngularDimension(); int ipos = 0; parseFields(d, ParserSTEP.SplitLineFields(strDef), ref ipos); return d; }
예제 #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; }
예제 #4
0
파일: ifc A.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcAngularDimension(IfcAngularDimension el) : base(el) { }
예제 #5
0
파일: IFC L.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcLinearDimension(IfcAngularDimension el) : base((IfcDimensionCurveDirectedCallout)el) { }