Пример #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
		internal static void parseFields(IfcLightSourceAmbient l, List<string> arrFields, ref int ipos) { IfcLightSource.parseFields(l, arrFields, ref ipos); }
Пример #7
0
		internal static IfcLightSourceAmbient Parse(string strDef) { IfcLightSourceAmbient l = new IfcLightSourceAmbient(); int ipos = 0; parseFields(l, ParserSTEP.SplitLineFields(strDef), ref ipos); return l; }
Пример #8
0
		internal IfcLightSourceAmbient(IfcLightSourceAmbient el) : base((IfcLightSourceAmbient)el) { }