Setting up of the pen options

How to setting up of the pen options

Issue: How to setting up of the pen options.

Tips: To do this, set the PenOptions fields in the rasterization options.

Example:

CadRasterizationOptions rasterizationOptions = new CadRasterizationOptions();
rasterizationOptions.PenOptions = new PenOptions();
rasterizationOptions.PenOptions.StartCap = LineCap.Flat;
rasterizationOptions.PenOptions.EndCap = LineCap.Flat;