Parse() static private method

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