Skip to main content

TsgDXFViewDirection

Description

Defines the set of views for drawing appearance.

ValueMeaning
vdToptop view
vdBottombottom view
vdLeftleft view
vdRightright view
vdFrontfront view
vdBackbackwards view
vdSWIsometricsouth-west isometric view
vdSEIsometricsouth-east isometric view
vdNWIsometricnorth-west isometric view
vdNEIsometricnorth-east isometric view

Syntax

type 

TsgDXFViewDirection = (vdTop, vdBottom, vdLeft, vdRight, vdFront, vdBack, vdSWIsometric,
vdSEIsometric, vdNWIsometric, vdNEIsometric);