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