NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::CAE::ModelCheck::DuplicateElementsCheckBuilder::DisplaySettings Struct Reference

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. More...
 

Public Attributes

NXColorElementsColor
 The display color of duplicate elements. More...
 
NXOpen::DisplayableObject::ObjectWidth ElementsWidth
 The display line width of duplicate elements. More...
 
bool ShowDuplicateElements
 Whether to show duplicate elements. More...
 
bool ShowElementLabels
 Whether to show labels of duplicate elements. More...
 

Detailed Description

Represents the display settings of duplicated elements detected.

Constructor & Destructor Documentation

NXOpen::CAE::ModelCheck::DuplicateElementsCheckBuilder::DisplaySettings::DisplaySettings ( bool  showDuplicateElementsInitial,
bool  showElementLabelsInitial,
NXColor elementsColorInitial,
NXOpen::DisplayableObject::ObjectWidth  elementsWidthInitial 
)

Constructor for the DisplaySettings struct.

Parameters
showDuplicateElementsInitialWhether to show duplicate elements
showElementLabelsInitialWhether to show labels of duplicate elements
elementsColorInitialThe display color of duplicate elements
elementsWidthInitialThe display line width of duplicate elements

Member Data Documentation

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.


The documentation for this struct was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.