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

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

static private Parse ( string str ) : IfcVertex
str string
리턴 IfcVertex
		internal static IfcVertex Parse(string str) { return new IfcVertex(); }
	}