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

Parse() static private method

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