Colour Per Vertex for DXF Export

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
deanlupini
Posts: 4
Joined: 21 Nov 2010, 20:38

Colour Per Vertex for DXF Export

Post by deanlupini » 21 Nov 2010, 21:52

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

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Re: Colour Per Vertex for DXF Export

Post by support » 22 Nov 2010, 14:52

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.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply