CadSettings

public final class CadSettings

Merged view of CadSettings, combining immutable defaults, SDK overrides, and document overrides. Property writes automatically target the appropriate level (document if available, otherwise SDK).

Constructors

Link copied to clipboard
public void CadSettings()

Functions

Link copied to clipboard
Gets the CanvasBackgroundColor property.
Link copied to clipboard
public final boolean getEnableLineWeight()
Gets the EnableLineWeight property.
Link copied to clipboard
Gets the RenderingLayoutMode property.
Link copied to clipboard
public final double getRenderZoom()
Gets the RenderZoom property.
Link copied to clipboard
public final boolean getThumbnailMode()
Gets the ThumbnailMode property.
Link copied to clipboard
public final UnitMode getUnitMode()
Gets the UnitMode property.
Link copied to clipboard
public final void setCanvasBackgroundColor(Color value)
Sets the CanvasBackgroundColor property.
Link copied to clipboard
public final void setEnableLineWeight(boolean value)
Sets the EnableLineWeight property.
Link copied to clipboard
public final void setRenderingLayoutMode(RenderingLayoutMode value)
Sets the RenderingLayoutMode property.
Link copied to clipboard
public final void setRenderZoom(double value)
Sets the RenderZoom property.
Link copied to clipboard
public final void setThumbnailMode(boolean value)
Sets the ThumbnailMode property.
Link copied to clipboard
public final void setUnitMode(UnitMode value)
Sets the UnitMode property.