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

Parse() static private method

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