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