Skip to content

ACadSharp.Header.CadHeader.WorldView

Albert Domenech edited this page Jan 8, 2025 · 3 revisions

WorldView Property

Determines whether input to the DVIEW and VPOINT commands is relative to the WCS (default) or the current UCS.

Remarks

System variable WORLDVIEW.

Definition

Namespace: ACadSharp.Header.CadHeader

C#

CadSystemVariableAttribute
public Boolean WorldView { get; set; }

Property Value

Boolean

Clone this wiki locally