GeometryGym.Ifc.IfcExternalSpatialElement.Parse C# (CSharp) Méthode

Parse() static private méthode

static private Parse ( string strDef ) : IfcExternalSpatialElement
strDef string
Résultat IfcExternalSpatialElement
		internal static IfcExternalSpatialElement Parse(string strDef) { IfcExternalSpatialElement s = new IfcExternalSpatialElement(); int ipos = 0; parseFields(s, ParserSTEP.SplitLineFields(strDef), ref ipos); return s; }
	}