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

Parse() static private méthode

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

Same methods

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

Usage Example

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