Parse() static private method

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