parse() protected method

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