Parse() 정적인 개인적인 메소드

static private Parse ( string str ) : IfcClothoidalArcSegment2D
str string
리턴 IfcClothoidalArcSegment2D
예제 #1
0
 internal static IfcClothoidalArcSegment2D Parse(string str)
 {
     IfcClothoidalArcSegment2D c = new IfcClothoidalArcSegment2D(); int pos = 0; c.Parse(str, ref pos, str.Length); return(c);
 }
예제 #2
0
 internal static IfcClothoidalArcSegment2D Parse(string str)
 {
     IfcClothoidalArcSegment2D c = new IfcClothoidalArcSegment2D(); int pos = 0; c.Parse(str, ref pos, str.Length); return c;
 }