Share

AcColorSettingsEx2 Structure

C++

struct AcColorSettingsEx2 {
  DWORD dw2DModelGridMajorLines;
  DWORD dwLayoutGridMajorLines;
  DWORD dwBEditGridMajorLines;
  DWORD dw2DModelGridMinorLines;
  DWORD dwLayoutGridMinorLines;
  DWORD dwBEditGridMinorLines;
  DWORD dw2DModelGridAxisLines;
  DWORD dwLayoutGridAxisLines;
  DWORD dwBEditGridAxisLines;
  DWORD dwModelDynamicDimensionLineColor;
  DWORD dwLayoutDynamicDimensionLineColor;
  DWORD dwParallelDynamicDimensionLineColor;
  DWORD dwPerspectiveDynamicDimensionLineColor;
  DWORD dwBEditDynamicDimensionLineColor;
  DWORD dwModelRubberBandLineColor;
  DWORD dwLayoutRubberBandLineColor;
  DWORD dwParallelRubberBandLineColor;
  DWORD dwPerspectiveRubberBandLineColor;
  DWORD dwBEditRubberBandLineColor;
  DWORD dwModelDftingTooltipContourColor;
  DWORD dwLayoutDftingTooltipContourColor;
  DWORD dwParallelDftingTooltipContourColor;
  DWORD dwPerspectiveDftingTooltipContourColor;
  DWORD dwBEditDftingTooltipContourColor;
  int n2DModelGridMajorLineTintXYZ;
  int nLayoutGridMajorLineTintXYZ;
  int nBEditGridMajorLineTintXYZ;
  int n2DModelGridMinorLineTintXYZ;
  int nLayoutGridMinorLineTintXYZ;
  int nBEditGridMinorLineTintXYZ;
  int n2DModelGridAxisLineTintXYZ;
  int nLayoutGridAxisLineTintXYZ;
  int nBEditGridAxisLineTintXYZ;
  DWORD dwControlVerticesHullColor;
};

File

core_rxmfcapi.h

Members

Members Description
dw2DModelGridMajorLines Color of theModel space ground plane grid major lines color
dwLayoutGridMajorLines Color of the Sheet/layout ground plane grid major lines.
dwBEditGridMajorLines Color of the Block editor ground plane grid major lines.
dw2DModelGridMinorLines Color of theModel space ground plane grid minor lines color
dwLayoutGridMinorLines Color of the Sheet/layout ground plane grid minor lines.
dwBEditGridMinorLines Color of the Block editor ground plane grid minor lines.
dw2DModelGridAxisLines Color of the Model space ground plane grid axis lines.
dwLayoutGridAxisLines Color of the Sheet/layout ground plane grid axis lines.
dwBEditGridAxisLines Color of the Block editor ground plane grid axis lines.
dwModelDynamicDimensionLineColor Color of the Model space dynamic dimension line.
dwLayoutDynamicDimensionLineColor Color of the Sheet/layout dynamic dimension line.
dwParallelDynamicDimensionLineColor Color of the parallel projection dynamic dimension line.
dwPerspectiveDynamicDimensionLineColor Color of the perspective projection dynamic dimension line.
dwBEditDynamicDimensionLineColor Color of the Block editor dynamic dimension line.
dwModelDftingTooltipContourColor Color of the Model space drafting tool tip contour.
dwLayoutDftingTooltipContourColor Color of the Sheet/layout drafting tool tip contour.
dwParallelDftingTooltipContourColor Color of the parallel projection drafting tool tip contour.
dwPerspectiveDftingTooltipContourColor Color of the perspective projection drafting tool tip contour.
dwBEditDftingTooltipContourColor Color of the Block editor drafting tool tip contour.
n2DModelGridMajorLineTintXYZ Tint X, Y, Z major lines for model space ground plane grid.
nLayoutGridMajorLineTintXYZ Tint X, Y, Z major lines for sheet/layout ground plane grid.
nBEditGridMajorLineTintXYZ Tint X, Y, Z major lines for block editor ground plane grid.
n2DModelGridMinorLineTintXYZ Tint X, Y, Z minor lines for model space ground plane grid.
nLayoutGridMinorLineTintXYZ Tint X, Y, Z minor lines for sheet/layout ground plane grid.
nBEditGridMinorLineTintXYZ Tint X, Y, Z minor lines for block editor ground plane grid.
n2DModelGridAxisLineTintXYZ Tint X, Y, Z axis lines for model space ground plane grid.
nLayoutGridAxisLineTintXYZ Tint X, Y, Z axis lines for sheet/layout ground plane grid.
nBEditGridAxisLineTintXYZ Tint X, Y, Z axis lines for block editor ground plane grid.
dwControlVerticesHullColorControl vertices hull color for various contexts

Description

More color settings.

Previous Declaration

struct AcColorSettingsEx2 {

DWORD dw2DModelGridMajorLines;

DWORD dwLayoutGridMajorLines;

DWORD dwBEditGridMajorLines;

DWORD dw2DModelGridMinorLines;

DWORD dwLayoutGridMinorLines;

DWORD dwBEditGridMinorLines;

DWORD dw2DModelGridAxisLines;

DWORD dwLayoutGridAxisLines;

DWORD dwBEditGridAxisLines;

DWORD dwModelDynamicDimensionLineColor;

DWORD dwLayoutDynamicDimensionLineColor;

DWORD dwParallelDynamicDimensionLineColor;

DWORD dwPerspectiveDynamicDimensionLineColor;

DWORD dwBEditDynamicDimensionLineColor;

DWORD dwModelDftingTooltipContourColor;

DWORD dwLayoutDftingTooltipContourColor;

DWORD dwParallelDftingTooltipContourColor;

DWORD dwPerspectiveDftingTooltipContourColor;

DWORD dwBEditDftingTooltipContourColor;

int n2DModelGridMajorLineTintXYZ;

int nLayoutGridMajorLineTintXYZ;

int nBEditGridMajorLineTintXYZ;

int n2DModelGridMinorLineTintXYZ;

int nLayoutGridMinorLineTintXYZ;

int nBEditGridMinorLineTintXYZ;

int n2DModelGridAxisLineTintXYZ;

int nLayoutGridAxisLineTintXYZ;

int nBEditGridAxisLineTintXYZ;

DWORD dwControlVerticesHullColor;

};

Was this information helpful?