Inheritance: IfcCompositeCurveOnSurface
Exemple #1
0
 internal IfcBoundaryCurve(DatabaseIfc db, IfcBoundaryCurve c) : base(db, c)
 {
 }
Exemple #2
0
		internal IfcBoundaryCurve(DatabaseIfc db, IfcBoundaryCurve c, DuplicateOptions options) : base(db, c, options) { }
Exemple #3
0
 internal static void parseFields(IfcOuterBoundaryCurve b, List <string> arrFields, ref int ipos)
 {
     IfcBoundaryCurve.parseFields(b, arrFields, ref ipos);
 }
Exemple #4
0
		internal static void parseFields(IfcBoundaryCurve b, List<string> arrFields, ref int ipos) { IfcCompositeCurveOnSurface.parseFields(b, arrFields, ref ipos); }
Exemple #5
0
		internal new static IfcBoundaryCurve Parse(string strDef) { IfcBoundaryCurve b = new IfcBoundaryCurve(); int ipos = 0; parseFields(b, ParserSTEP.SplitLineFields(strDef), ref ipos); return b; }
Exemple #6
0
		internal IfcBoundaryCurve(IfcBoundaryCurve i) : base(i) { }
Exemple #7
0
 internal static new IfcBoundaryCurve Parse(string str)
 {
     IfcBoundaryCurve b = new IfcBoundaryCurve(); int pos = 0; b.Parse(str, ref pos, str.Length); return b;
 }
Exemple #8
0
 internal IfcBoundaryCurve(DatabaseIfc db, IfcBoundaryCurve c)
     : base(db,c)
 {
 }