Inheritance: GeometryGym.Ifc.IfcPreDefinedColour
Exemple #1
0
		internal static IfcDraughtingPreDefinedColour Parse(string strDef) { IfcDraughtingPreDefinedColour c = new IfcDraughtingPreDefinedColour(); int ipos = 0; parseFields(c, ParserSTEP.SplitLineFields(strDef), ref ipos); return c; }
Exemple #2
0
		internal static void parseFields(IfcDraughtingPreDefinedColour c, List<string> arrFields, ref int ipos) { IfcPreDefinedColour.parseFields(c, arrFields, ref ipos); }
Exemple #3
0
		internal IfcDraughtingPreDefinedColour(IfcDraughtingPreDefinedColour i) : base(i) { }