Parse() static private method

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