Inheritance: IfcSurfaceCurve
Ejemplo n.º 1
0
 internal new static IfcIntersectionCurve Parse(string str)
 {
     IfcIntersectionCurve c = new IfcIntersectionCurve(); int pos = 0; c.Parse(str, ref pos, str.Length); return(c);
 }
Ejemplo n.º 2
0
 internal IfcIntersectionCurve(DatabaseIfc db, IfcIntersectionCurve c) : base(db, c)
 {
 }
Ejemplo n.º 3
0
 internal IfcIntersectionCurve(DatabaseIfc db, IfcIntersectionCurve c, DuplicateOptions options) : base(db, c, options)
 {
 }
Ejemplo n.º 4
0
 internal new static IfcIntersectionCurve Parse(string strDef)
 {
     IfcIntersectionCurve c = new IfcIntersectionCurve(); int ipos = 0; parseFields(c, ParserSTEP.SplitLineFields(strDef), ref ipos); return(c);
 }
Ejemplo n.º 5
0
 internal static new IfcIntersectionCurve Parse(string str)
 {
     IfcIntersectionCurve c = new IfcIntersectionCurve(); int pos = 0; c.Parse(str, ref pos, str.Length); return c;
 }
Ejemplo n.º 6
0
 internal IfcIntersectionCurve(DatabaseIfc db, IfcIntersectionCurve c)
     : base(db, c)
 {
 }