ACAD Views
Moderators: SDS, support, admin
ACAD Views
Short question:
Does CADImport VCL support AutoCad-views?
~ Joe
Does CADImport VCL support AutoCad-views?
~ Joe
CAD Import VCL supports AutoCAD-views. It is necessary to use the following procedure:
with
Sergey.
Please post questions to the forum or write to support@cadsofttools.com
Code: Select all
TsgDXFImage.RotToView(<b>const</b> A3DView: TsgDXFViewDirection);
Code: Select all
TsgDXFViewDirection = (vdTop, vdBottom, vdLeft, vdRight, vdFront, vdBack,
vdSWIsometric, vdSEIsometric, vdNWIsometric, vdNEIsometric);
Please post questions to the forum or write to support@cadsofttools.com