Skip to content

ACadSharp.IO.CadWriterConfiguration.WriteShapes

Albert Domenech edited this page Sep 1, 2025 · 1 revision

WriteShapes Property

The writer will not ignore the entities in the document.

Remarks

Shapes can cause corruption for some documents due the lack of support for shx files in this library which cannot validate the correct shape format.

Definition

Namespace: ACadSharp.IO.CadWriterConfiguration

C#

public Boolean WriteShapes { get; set; }

Property Value

Boolean

Clone this wiki locally