Inheritance: IfcCurveSegment2D
 internal IfcLineSegment2D(DatabaseIfc db, IfcLineSegment2D s) : base(db, s)
 {
 }
 internal static IfcLineSegment2D Parse(string str)
 {
     IfcLineSegment2D c = new IfcLineSegment2D(); int pos = 0, len = str.Length; c.Parse(str, ref pos, len); return(c);
 }
示例#3
0
 internal IfcLineSegment2D(DatabaseIfc db, IfcLineSegment2D s)
     : base(db, s)
 {
 }
示例#4
0
 internal static IfcLineSegment2D Parse(string str)
 {
     IfcLineSegment2D c = new IfcLineSegment2D(); int pos = 0, len = str.Length; c.Parse(str, ref pos, len); return c;
 }
示例#5
0
 internal IfcLineSegment2D(DatabaseIfc db, IfcLineSegment2D s, DuplicateOptions options) : base(db, s, options)
 {
 }
示例#6
0
 internal static IfcLineSegment2D Parse(string strDef)
 {
     IfcLineSegment2D c = new IfcLineSegment2D(); int ipos = 0; parseFields(c, ParserSTEP.SplitLineFields(strDef), ref ipos); return(c);
 }
示例#7
0
 internal static void parseFields(IfcLineSegment2D c, List <string> arrFields, ref int ipos)
 {
     IfcCurveSegment2D.parseFields(c, arrFields, ref ipos);
 }
示例#8
0
		internal static IfcLineSegment2D Parse(string strDef) { IfcLineSegment2D c = new IfcLineSegment2D(); int ipos = 0; parseFields(c, ParserSTEP.SplitLineFields(strDef), ref ipos); return c; }
示例#9
0
		internal static void parseFields(IfcLineSegment2D c, List<string> arrFields, ref int ipos) { IfcCurveSegment2D.parseFields(c, arrFields, ref ipos); }