GeometryGym.Ifc.IfcAnnotationSurfaceOccurrence.IfcAnnotationSurfaceOccurrence C# (CSharp) Méthode

IfcAnnotationSurfaceOccurrence() private méthode

private IfcAnnotationSurfaceOccurrence ( ) : System
Résultat System
		internal IfcAnnotationSurfaceOccurrence() : base() { }
		internal new static IfcAnnotationSurfaceOccurrence Parse(string str) { IfcAnnotationSurfaceOccurrence a = new IfcAnnotationSurfaceOccurrence(); int pos = 0; a.Parse(str, ref pos, str.Length); return a; }

Same methods

IfcAnnotationSurfaceOccurrence::IfcAnnotationSurfaceOccurrence ( DatabaseIfc db, IfcAnnotationSurfaceOccurrence o ) : System
IfcAnnotationSurfaceOccurrence