Page 1 of 1

ACAD Views

Posted: 22 May 2007, 11:04
by Joe
Short question:

Does CADImport VCL support AutoCad-views?

~ Joe

Posted: 22 May 2007, 13:09
by support
CAD Import VCL supports AutoCAD-views. It is necessary to use the following procedure:

Code: Select all

TsgDXFImage.RotToView(<b>const</b> A3DView: TsgDXFViewDirection);
with

Code: Select all

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

Please post questions to the forum or write to support@cadsofttools.com