GeometryGym.Ifc.IfcAngularDimension.Parse C# (CSharp) Method

Parse() static private method

static private Parse ( string str ) : IfcAngularDimension
str string
return IfcAngularDimension
		internal new static IfcAngularDimension Parse(string str) { IfcAngularDimension d = new IfcAngularDimension(); int pos = 0; d.Parse(str, ref pos, str.Length); return d; }
	}

Usage Example

コード例 #1
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; }
IfcAngularDimension