TsgDXFViewDirection
Description
Defines the set of views for drawing appearance.
Value | Meaning |
---|---|
vdTop | top view |
vdBottom | bottom view |
vdLeft | left view |
vdRight | right view |
vdFront | front view |
vdBack | backwards view |
vdSWIsometric | south-west isometric view |
vdSEIsometric | south-east isometric view |
vdNWIsometric | north-west isometric view |
vdNEIsometric | north-east isometric view |
Syntax
type
TsgDXFViewDirection = (vdTop, vdBottom, vdLeft, vdRight, vdFront, vdBack, vdSWIsometric,
vdSEIsometric, vdNWIsometric, vdNEIsometric);