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

Parse() static private méthode

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