GeometryGym.Ifc.IfcEllipseProfileDef.Parse C# (CSharp) Method

Parse() static private method

static private Parse ( string strDef ) : IfcEllipseProfileDef
strDef string
return IfcEllipseProfileDef
		internal new static IfcEllipseProfileDef Parse(string strDef) { IfcEllipseProfileDef p = new IfcEllipseProfileDef(); int ipos = 0; parseFields(p, ParserSTEP.SplitLineFields(strDef), ref ipos); return p; }
	}