Inheritance: GeometryGym.Ifc.IfcPresentationItem, IfcColour
Exemple #1
0
		protected static void parseFields(IfcColourSpecification c, List<string> arrFields, ref int ipos) { c.mName = arrFields[ipos++].Replace("'", ""); }
Exemple #2
0
		protected IfcColourSpecification(IfcColourSpecification i) : base() { mName = i.mName; }