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

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

static private Parse ( string str ) : IfcEdgeLoop
str string
리턴 IfcEdgeLoop
		internal static IfcEdgeLoop Parse(string str) { IfcEdgeLoop l = new IfcEdgeLoop(); l.mEdgeList = ParserSTEP.SplitListLinks(str.Substring(1, str.Length - 2)); return l; }
		protected override string BuildStringSTEP()