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

Parse() static private méthode

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

Same methods

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

Usage Example

Exemple #1
0
		internal static IfcExtrudedAreaSolid Parse(string str) { IfcExtrudedAreaSolid e = new IfcExtrudedAreaSolid(); int pos = 0; e.Parse(str, ref pos, str.Length); return e; }