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

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