상속: IfcCurveSegment2D
예제 #1
0
 internal IfcLineSegment2D(DatabaseIfc db, IfcLineSegment2D s) : base(db, s)
 {
 }
예제 #2
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);
 }
예제 #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
파일: IFC L.cs 프로젝트: jenca-cloud/ggIFC
		internal static IfcLineSegment2D Parse(string strDef) { IfcLineSegment2D c = new IfcLineSegment2D(); int ipos = 0; parseFields(c, ParserSTEP.SplitLineFields(strDef), ref ipos); return c; }
예제 #9
0
파일: IFC L.cs 프로젝트: jenca-cloud/ggIFC
		internal static void parseFields(IfcLineSegment2D c, List<string> arrFields, ref int ipos) { IfcCurveSegment2D.parseFields(c, arrFields, ref ipos); }