Parse() static private method

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