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

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