parse() protected method

protected parse ( string str ) : void
str string
return void
Beispiel #1
0
 internal static IfcGeometricSet Parse(string str)
 {
     IfcGeometricSet s = new IfcGeometricSet(); s.parse(str); return(s);
 }
Beispiel #2
0
 internal static IfcGeometricSet Parse(string str)
 {
     IfcGeometricSet s = new IfcGeometricSet(); s.parse(str); return s;
 }