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

Parse() static private méthode

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