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

Parse() static private méthode

static private Parse ( string str ) : IfcIntersectionCurve
str string
Résultat IfcIntersectionCurve
        internal static new IfcIntersectionCurve Parse(string str)
        {
            IfcIntersectionCurve c = new IfcIntersectionCurve(); int pos = 0; c.Parse(str, ref pos, str.Length); return c;
        }

Usage Example

Exemple #1
0
 internal new static IfcIntersectionCurve Parse(string str)
 {
     IfcIntersectionCurve c = new IfcIntersectionCurve(); int pos = 0; c.Parse(str, ref pos, str.Length); return(c);
 }
All Usage Examples Of GeometryGym.Ifc.IfcIntersectionCurve::Parse
IfcIntersectionCurve