GeometryGym.Ifc.IfcDistributionChamberElement.Parse C# (CSharp) 메소드

Parse() 정적인 개인적인 메소드

static private Parse ( string strDef, ReleaseVersion schema ) : IfcDistributionChamberElement
strDef string
schema ReleaseVersion
리턴 IfcDistributionChamberElement
		internal static IfcDistributionChamberElement Parse(string strDef, ReleaseVersion schema) { IfcDistributionChamberElement e = new IfcDistributionChamberElement(); int ipos = 0; parseFields(e, ParserSTEP.SplitLineFields(strDef), ref ipos, schema); return e; }
		protected override string BuildStringSTEP()