상속: IfcDimensionCurveDirectedCallout
예제 #1
0
 //internal IfcLinearDimension(IfcAngularDimension el) : base((IfcDimensionCurveDirectedCallout)el) { }
 internal new static IfcLinearDimension Parse(string str)
 {
     IfcLinearDimension d = new IfcLinearDimension(); int pos = 0; d.Parse(str, ref pos, str.Length); return(d);
 }
예제 #2
0
 internal static void parseFields(IfcLinearDimension d, List <string> arrFields, ref int ipos)
 {
     IfcDimensionCurveDirectedCallout.parseFields(d, arrFields, ref ipos);
 }
예제 #3
0
 internal new static IfcLinearDimension Parse(string strDef)
 {
     IfcLinearDimension d = new IfcLinearDimension(); int ipos = 0; parseFields(d, ParserSTEP.SplitLineFields(strDef), ref ipos); return(d);
 }
예제 #4
0
 //internal IfcLinearDimension(IfcAngularDimension el) : base((IfcDimensionCurveDirectedCallout)el) { }
 internal static new IfcLinearDimension Parse(string str)
 {
     IfcLinearDimension d = new IfcLinearDimension(); int pos = 0; d.Parse(str, ref pos, str.Length); return d;
 }
예제 #5
0
파일: IFC L.cs 프로젝트: jenca-cloud/ggIFC
		internal static void parseFields(IfcLinearDimension d, List<string> arrFields, ref int ipos) { IfcDimensionCurveDirectedCallout.parseFields(d, arrFields, ref ipos); }
예제 #6
0
파일: IFC L.cs 프로젝트: jenca-cloud/ggIFC
		internal new static IfcLinearDimension Parse(string strDef) { IfcLinearDimension d = new IfcLinearDimension(); int ipos = 0; parseFields(d, ParserSTEP.SplitLineFields(strDef), ref ipos); return d; }