GeometryGym.Ifc.IfcExtrudedAreaSolidTapered.Parse C# (CSharp) Method

Parse() static private method

static private Parse ( string str ) : IfcExtrudedAreaSolidTapered
str string
return IfcExtrudedAreaSolidTapered
		internal new static IfcExtrudedAreaSolidTapered Parse(string str) { IfcExtrudedAreaSolidTapered e = new IfcExtrudedAreaSolidTapered(); 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

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

Usage Example

コード例 #1
0
ファイル: IFC E.cs プロジェクト: jmirtsch/GeometryGymIFC
		internal new static IfcExtrudedAreaSolidTapered Parse(string str) { IfcExtrudedAreaSolidTapered e = new IfcExtrudedAreaSolidTapered(); int pos = 0; e.Parse(str, ref pos, str.Length); return e; }