Inheritance: 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
ファイル: IFC A.cs プロジェクト: jmirtsch/GeometryGymIFC
		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) { }