Parse() static private method

static private Parse ( string str ) : IfcExtrudedAreaSolid
str string
return IfcExtrudedAreaSolid
コード例 #1
0
ファイル: IFC E.cs プロジェクト: jmirtsch/GeometryGymIFC
		internal static IfcExtrudedAreaSolid Parse(string str) { IfcExtrudedAreaSolid e = new IfcExtrudedAreaSolid(); int pos = 0; e.Parse(str, ref pos, str.Length); return e; }