Exemplo n.º 1
0
 internal new static IfcWallStandardCase Parse(string str, ReleaseVersion schema)
 {
     IfcWallStandardCase w = new IfcWallStandardCase(); int pos = 0; w.Parse(str, ref pos, str.Length, schema); return(w);
 }
Exemplo n.º 2
0
 internal IfcWallStandardCase(DatabaseIfc db, IfcWallStandardCase w, bool downStream) : base(db, w, downStream)
 {
 }
Exemplo n.º 3
0
 internal IfcWallStandardCase(DatabaseIfc db, IfcWallStandardCase w)
     : base(db, w)
 {
 }
Exemplo n.º 4
0
 internal static new IfcWallStandardCase Parse(string str, ReleaseVersion schema)
 {
     IfcWallStandardCase w = new IfcWallStandardCase(); int pos = 0; w.Parse(str, ref pos, str.Length, schema); return w;
 }
Exemplo n.º 5
0
 internal static void parseFields(IfcWallStandardCase w, List <string> arrFields, ref int ipos, Schema schema)
 {
     IfcWall.parseFields(w, arrFields, ref ipos, schema);
 }
Exemplo n.º 6
0
 internal IfcWallStandardCase(DatabaseIfc db, IfcWallStandardCase w, DuplicateOptions options) : base(db, w, options)
 {
 }
Exemplo n.º 7
0
 internal IfcWallStandardCase(IfcWallStandardCase w) : base(w)
 {
 }
Exemplo n.º 8
0
 internal new static IfcWallStandardCase Parse(string strDef, Schema schema)
 {
     IfcWallStandardCase w = new IfcWallStandardCase(); int ipos = 0; parseFields(w, ParserSTEP.SplitLineFields(strDef), ref ipos, schema); return(w);
 }
Exemplo n.º 9
0
 internal IfcWallStandardCase(DatabaseIfc db, IfcWallStandardCase w) : base(db, w)
 {
 }
Exemplo n.º 10
0
 internal IfcWallStandardCase(DatabaseIfc db, IfcWallStandardCase w, IfcOwnerHistory ownerHistory, bool downStream) : base(db, w, ownerHistory, downStream)
 {
 }
Exemplo n.º 11
0
		internal static void parseFields(IfcWallStandardCase w, List<string> arrFields, ref int ipos, Schema schema) { IfcWall.parseFields(w, arrFields, ref ipos,schema); }
Exemplo n.º 12
0
		internal new static IfcWallStandardCase Parse(string strDef, Schema schema) { IfcWallStandardCase w = new IfcWallStandardCase(); int ipos = 0; parseFields(w, ParserSTEP.SplitLineFields(strDef), ref ipos,schema); return w; }
Exemplo n.º 13
0
		internal IfcWallStandardCase(IfcWallStandardCase w) : base(w) { }