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

Parse() static private méthode

static private Parse ( string str ) : IfcVertex
str string
Résultat IfcVertex
		internal static IfcVertex Parse(string str) { return new IfcVertex(); }
	}