Parse() static private method

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