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

Parse() static private méthode

static private Parse ( string str ) : IfcDimensionCurve
str string
Résultat IfcDimensionCurve
		internal new static IfcDimensionCurve Parse(string str) { IfcDimensionCurve d = new IfcDimensionCurve(); int pos = 0; d.Parse(str, ref pos, str.Length); return d; }
		protected override void Parse(string str, ref int pos, int len)

Same methods

IfcDimensionCurve::Parse ( string str, int &pos, int len ) : void

Usage Example

Exemple #1
0
		//internal IfcDimensionCurve(DatabaseIfc db, IfcDimensionCurve p) : base(p) { mAnnotatedBySymbols = new List<int>(p.mAnnotatedBySymbols.ToArray()); }
		internal new static IfcDimensionCurve Parse(string str) { IfcDimensionCurve d = new IfcDimensionCurve(); int pos = 0; d.Parse(str, ref pos, str.Length); return d; }