Exemple #1
0
 internal IfcBeamStandardCase(DatabaseIfc db, IfcBeamStandardCase b, IfcOwnerHistory ownerHistory, bool downStream) : base(db, b, ownerHistory, downStream)
 {
 }
Exemple #2
0
 internal IfcBeamStandardCase(DatabaseIfc db, IfcBeamStandardCase b, DuplicateOptions options) : base(db, b, options)
 {
 }
Exemple #3
0
		internal static void parseFields(IfcBeamStandardCase c, List<string> arrFields, ref int ipos, Schema schema) { IfcBeam.parseFields(c, arrFields, ref ipos,schema); }
Exemple #4
0
		internal new static IfcBeamStandardCase Parse(string strDef, Schema schema) { IfcBeamStandardCase c = new IfcBeamStandardCase(); int ipos = 0; parseFields(c, ParserSTEP.SplitLineFields(strDef), ref ipos,schema); return c; }
Exemple #5
0
		internal IfcBeamStandardCase(IfcBeamStandardCase o) : base(o) { }
Exemple #6
0
 internal static new IfcBeamStandardCase Parse(string str, ReleaseVersion schema)
 {
     IfcBeamStandardCase b = new IfcBeamStandardCase(); int pos = 0; b.Parse(str,ref pos, str.Length, schema); return b;
 }
Exemple #7
0
 internal IfcBeamStandardCase(DatabaseIfc db, IfcBeamStandardCase b)
     : base(db, b)
 {
 }