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

Parse() static private méthode

static private Parse ( string str ) : IfcAdvancedBrep
str string
Résultat IfcAdvancedBrep
		internal static IfcAdvancedBrep Parse(string str) { IfcAdvancedBrep b = new IfcAdvancedBrep(); int pos = 0; b.Parse(str,ref pos, str.Length); return b; }
		protected override string BuildStringSTEP() { return (mDatabase.mRelease == ReleaseVersion.IFC2x3 ? "" : base.BuildStringSTEP()); }

Usage Example

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