Share

AcColorSettingsEx3 Structure

C++

struct AcColorSettingsEx3 {
  DWORD dwModel3dASnapMarkerColor;
  DWORD dwLayout3dASnapMarkerColor;
  DWORD dwParallel3dASnapMarkerColor;
  DWORD dwPerspective3dASnapMarkerColor;
  DWORD dwBEdit3dASnapMarkerColor;
  DWORD dw2DModelVportControl;
  DWORD dwParallelVportControl;
  DWORD dwPerspectiveVportControl;
};

File

core_rxmfcapi.h

Members

Members Description
dwModel3dASnapMarkerColor Model space 3D autosnap marker color
dwLayout3dASnapMarkerColor Layout space 3D autosnap marker color
dwParallel3dASnapMarkerColor Parallel projection 3D autosnap marker color
dwPerspective3dASnapMarkerColor Perspective projection 3D autosnap marker color
dwBEdit3dASnapMarkerColor Block editor 3D autosnap marker color
dw2DModelVportControl Model space Vport Access Control color
dwParallelVportControl Paralel projection Vport Access Control color
dwPerspectiveVportControl Perspective projection Vport Access Control color

Description

Additional color settings for AutoCAD.

Was this information helpful?