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

Parse() static private méthode

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