Parse() static private method

static private Parse ( string str ) : IfcClothoidalArcSegment2D
str string
return IfcClothoidalArcSegment2D
Exemplo n.º 1
0
 internal static IfcClothoidalArcSegment2D Parse(string str)
 {
     IfcClothoidalArcSegment2D c = new IfcClothoidalArcSegment2D(); int pos = 0; c.Parse(str, ref pos, str.Length); return(c);
 }
Exemplo n.º 2
0
 internal static IfcClothoidalArcSegment2D Parse(string str)
 {
     IfcClothoidalArcSegment2D c = new IfcClothoidalArcSegment2D(); int pos = 0; c.Parse(str, ref pos, str.Length); return c;
 }