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

Parse() static private méthode

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