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

Parse() static private method

static private Parse ( string strDef ) : IfcAnnotationFillArea
strDef string
return IfcAnnotationFillArea
		internal static IfcAnnotationFillArea Parse(string strDef) { IfcAnnotationFillArea a = new IfcAnnotationFillArea(); int ipos = 0; parseFields(a, ParserSTEP.SplitLineFields(strDef), ref ipos); return a; }
		protected override string BuildStringSTEP()