Does anyone know how to assign per vertex colours? I noticed that the CADVertex object has a Color property, but even if I set this to a colour, the .dxf file that is created on export does not have any per-vertex colour information in it (the colour list is empty, and the vertex colour flag 62 is set to 0 for all vertices.
Thanks
Dean Lupini
Colour Per Vertex for DXF Export
Moderators: SDS, support, admin
Re: Colour Per Vertex for DXF Export
Hello Dean.
CADVertex class inherits Color property from CADEntity class. However color doesn't used for each vertex - polyline have color specified by CADPolyline.Color property.
Alexander.
CADVertex class inherits Color property from CADEntity class. However color doesn't used for each vertex - polyline have color specified by CADPolyline.Color property.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support