Skip to content

ACadSharp.IO.CadWriterConfiguration

Albert Domenech edited this page Sep 1, 2025 · 6 revisions

CadWriterConfiguration Class

Configuration for the class.

Definition

Namespace: ACadSharp.IO

C#

public class CadWriterConfiguration

Properties

Returns Name Summary
Boolean CloseStream The writer will close the stream once the operation is completed.
Boolean ResetDxfClasses Resets the collection in the before writing it.
Boolean UpdateDimensionsInBlocks Update the blocks that visualize the dimensions in the model space.
Boolean UpdateDimensionsInModel Update the blocks that visualize the dimensions in the blocks.
Boolean WriteShapes The writer will not ignore the entities in the document.
Boolean WriteXData The writer will not ignore the collection in the .
Boolean WriteXRecords The writer will not ignore the objects in the document.
Clone this wiki locally