Parse() static private method

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