GeometryGym.Ifc.IfcLocalPlacement.Parse C# (CSharp) Метод

Parse() статический приватный Метод

static private Parse ( string strDef ) : IfcLocalPlacement
strDef string
Результат IfcLocalPlacement
        internal static IfcLocalPlacement Parse(string strDef)
        {
            IfcLocalPlacement p = new IfcLocalPlacement(); int ipos = 0; parseFields(p, ParserSTEP.SplitLineFields(strDef), ref ipos); return p;
        }