NX Open C++ Reference Guide
|
Represents the display settings of duplicated elements detected. More...
Public Member Functions | |
DisplaySettings (bool showDuplicateElementsInitial, bool showElementLabelsInitial, NXColor *elementsColorInitial, NXOpen::DisplayableObject::ObjectWidth elementsWidthInitial) | |
Constructor for the DisplaySettings struct. | |
Public Attributes | |
NXColor * | ElementsColor |
The display color of duplicate elements. | |
NXOpen::DisplayableObject::ObjectWidth | ElementsWidth |
The display line width of duplicate elements. | |
bool | ShowDuplicateElements |
Whether to show duplicate elements. | |
bool | ShowElementLabels |
Whether to show labels of duplicate elements. | |
Represents the display settings of duplicated elements detected.
NXOpen::CAE::ModelCheck::DuplicateElementsCheckBuilder::DisplaySettings::DisplaySettings | ( | bool | showDuplicateElementsInitial, |
bool | showElementLabelsInitial, | ||
NXColor * | elementsColorInitial, | ||
NXOpen::DisplayableObject::ObjectWidth | elementsWidthInitial | ||
) |
Constructor for the DisplaySettings struct.
showDuplicateElementsInitial | Whether to show duplicate elements |
showElementLabelsInitial | Whether to show labels of duplicate elements |
elementsColorInitial | The display color of duplicate elements |
elementsWidthInitial | The display line width of duplicate elements |
NXColor* NXOpen::CAE::ModelCheck::DuplicateElementsCheckBuilder::DisplaySettings::ElementsColor |
The display color of duplicate elements.
NXOpen::DisplayableObject::ObjectWidth NXOpen::CAE::ModelCheck::DuplicateElementsCheckBuilder::DisplaySettings::ElementsWidth |
The display line width of duplicate elements.
bool NXOpen::CAE::ModelCheck::DuplicateElementsCheckBuilder::DisplaySettings::ShowDuplicateElements |
Whether to show duplicate elements.
bool NXOpen::CAE::ModelCheck::DuplicateElementsCheckBuilder::DisplaySettings::ShowElementLabels |
Whether to show labels of duplicate elements.