NX Open C++ Reference Guide
|
Represents a builder class for editing display properties of a Fields::Field. More...
Public Types | |
enum | DepDispTypeEnum { DepDispTypeEnumSymbol, DepDispTypeEnumSurface, DepDispTypeEnumSurfaceEdges, DepDispTypeEnumHide } |
Field Dep Disp Type. More... | |
enum | DepDomColorEnum { DepDomColorEnumInherit, DepDomColorEnumSpecified, DepDomColorEnumSpectrum } |
Field Dep Dom Color. More... | |
enum | DepLabelValueEnum { DepLabelValueEnumNone, DepLabelValueEnumMinimumMaximum, DepLabelValueEnumMaximum, DepLabelValueEnumMinimum, DepLabelValueEnumAll } |
Field Dep Label Value. More... | |
enum | DispResolutionEnum { DispResolutionEnumCoarse, DispResolutionEnumStandard, DispResolutionEnumFine, DispResolutionEnumExtraFine, DispResolutionEnumSuperFine, DispResolutionEnumUltraFine } |
Field Disp Resolution. More... | |
enum | IndepDomDispType { IndepDomDispTypeNormal, IndepDomDispTypePoint, IndepDomDispTypePlusSign, IndepDomDispTypeAsterisk, IndepDomDispTypeCircle, IndepDomDispTypePoundSign, IndepDomDispTypeCross, IndepDomDispTypeSquare, IndepDomDispTypeTriangle, IndepDomDispTypeDiamond, IndepDomDispTypeCenterline, IndepDomDispTypeHide } |
Field Indep Dom Disp. More... | |
enum | LineFontEnum { LineFontEnumSolid, LineFontEnumDashed, LineFontEnumPhantom, LineFontEnumCenterline, LineFontEnumDotted, LineFontEnumLongDashed, LineFontEnumDottedDashed } |
Field Line Display Fonts. More... | |
enum | LineWidthEnum { LineWidthEnumNormal, LineWidthEnumThin, LineWidthEnumThick } |
Field Line Widths. More... | |
enum | TblPointTypeEnum { TblPointTypeEnumHide, TblPointTypeEnumShow } |
Field Tbl Point Type. More... | |
enum | ValuesEnum { ValuesEnumHide, ValuesEnumPoint, ValuesEnumPlusSign, ValuesEnumAsterisk, ValuesEnumCircle, ValuesEnumPoundSign, ValuesEnumCross, ValuesEnumSquare, ValuesEnumTriangle, ValuesEnumDiamond, ValuesEnumCenterline } |
Field Values. More... | |
Public Member Functions | |
NXOpen::NXColor * | AxisColor () |
Returns the axis color Created in NX6.0.1. | |
NXOpen::NXColor * | BasicColor () |
Returns the basic color Created in NX6.0.1. | |
NXOpen::Fields::DisplayPropertiesBuilder::DepDispTypeEnum | DepDispType () |
Returns the dep disp type Created in NX6.0.1. | |
NXOpen::Fields::DisplayPropertiesBuilder::DepDomColorEnum | DepDomColor () |
Returns the dep dom color Created in NX6.0.1. | |
NXOpen::Fields::DisplayPropertiesBuilder::DepLabelValueEnum | DepLabelValues () |
Returns the dep label values Created in NX6.0.1. | |
NXOpen::NXColor * | DepSelColor () |
Returns the dep sel color Created in NX6.0.1. | |
double | DepSymbolSize () |
Returns the dep symbol size Created in NX6.0.1. | |
NXOpen::Fields::DisplayPropertiesBuilder::DispResolutionEnum | DisplayResolution () |
Returns the display resolution Created in NX6.0.1. | |
double | DummyScale () |
Returns the dummy scale Created in NX6.0.1. | |
bool | FaceAnalysis () |
Returns the face analysis Created in NX6.0.1. | |
NXOpen::Fields::DisplayPropertiesBuilder::IndepDomDispType | IndepDispType () |
Returns the indep disp type Created in NX6.0.1. | |
NXOpen::NXColor * | LabelColor () |
Returns the label color Created in NX6.0.1. | |
int | Layer () |
Returns the layer Created in NX6.0.1. | |
NXOpen::Fields::DisplayPropertiesBuilder::LineFontEnum | LineFont () |
Returns the line font Created in NX6.0.1. | |
NXOpen::Fields::DisplayPropertiesBuilder::LineWidthEnum | LineWidth () |
Returns the line width Created in NX6.0.1. | |
bool | PartiallyShaded () |
Returns the partially shaded Created in NX6.0.1. | |
void | SetAxisColor (NXOpen::NXColor *axisColor) |
Sets the axis color Created in NX6.0.1. | |
void | SetBasicColor (NXOpen::NXColor *basicColor) |
Sets the basic color Created in NX6.0.1. | |
void | SetDepDispType (NXOpen::Fields::DisplayPropertiesBuilder::DepDispTypeEnum depDispType) |
Sets the dep disp type Created in NX6.0.1. | |
void | SetDepDomColor (NXOpen::Fields::DisplayPropertiesBuilder::DepDomColorEnum depDomColor) |
Sets the dep dom color Created in NX6.0.1. | |
void | SetDepLabelValues (NXOpen::Fields::DisplayPropertiesBuilder::DepLabelValueEnum depLabelValues) |
Sets the dep label values Created in NX6.0.1. | |
void | SetDepSelColor (NXOpen::NXColor *depSelColor) |
Sets the dep sel color Created in NX6.0.1. | |
void | SetDepSymbolSize (double depSymbolSize) |
Sets the dep symbol size Created in NX6.0.1. | |
void | SetDisplayResolution (NXOpen::Fields::DisplayPropertiesBuilder::DispResolutionEnum displayResolution) |
Sets the display resolution Created in NX6.0.1. | |
void | SetDummyScale (double dummyScale) |
Sets the dummy scale Created in NX6.0.1. | |
void | SetFaceAnalysis (bool faceAnalysis) |
Sets the face analysis Created in NX6.0.1. | |
void | SetIndepDispType (NXOpen::Fields::DisplayPropertiesBuilder::IndepDomDispType indepDispType) |
Sets the indep disp type Created in NX6.0.1. | |
void | SetLabelColor (NXOpen::NXColor *labelColor) |
Sets the label color Created in NX6.0.1. | |
void | SetLayer (int layer) |
Sets the layer Created in NX6.0.1. | |
void | SetLineFont (NXOpen::Fields::DisplayPropertiesBuilder::LineFontEnum lineFont) |
Sets the line font Created in NX6.0.1. | |
void | SetLineWidth (NXOpen::Fields::DisplayPropertiesBuilder::LineWidthEnum lineWidth) |
Sets the line width Created in NX6.0.1. | |
void | SetPartiallyShaded (bool partiallyShaded) |
Sets the partially shaded Created in NX6.0.1. | |
void | SetShowAxis (bool showAxis) |
Sets the show axis Created in NX6.0.1. | |
void | SetShowLabels (bool showLabels) |
Sets the show labels Created in NX6.0.1. | |
void | SetShowMapTopo (bool showMapTopo) |
Sets the show map topo Created in NX6.0.1. | |
void | SetShowUndefinedValues (NXOpen::Fields::DisplayPropertiesBuilder::ValuesEnum showUndefinedValues) |
Sets the show undefined values Created in NX6.0.1. | |
void | SetSpectrumLevels (int spectrumLevels) |
Sets the spectrum levels Created in NX6.0.1. | |
void | SetSurfaceOffset (double surfaceOffset) |
Sets the surface offset Created in NX6.0.1. | |
void | SetTblDepColor (NXOpen::NXColor *tblDepColor) |
Sets the table dependent color Created in NX6.0.1. | |
void | SetTblDepDomColor (NXOpen::Fields::DisplayPropertiesBuilder::DepDomColorEnum depDomColor) |
Sets the table dependent domain color Created in NX7.5.0. | |
void | SetTblDepLabelValues (NXOpen::Fields::DisplayPropertiesBuilder::DepLabelValueEnum tblDepLabelValues) |
Sets the table dependent label values Created in NX7.5.0. | |
void | SetTblDepPtType (NXOpen::Fields::DisplayPropertiesBuilder::TblPointTypeEnum tblDepPtType) |
Sets the tbl dep pt type Created in NX6.0.1. | |
void | SetTblDepSymbolSize (double tblDepSymbolSize) |
Sets the table dependent symbol size Created in NX7.5.0. | |
void | SetTblIndepColor (NXOpen::NXColor *tblIndepColor) |
Sets the tbl indep color Created in NX6.0.1. | |
void | SetTblIndepPtType (NXOpen::Fields::DisplayPropertiesBuilder::ValuesEnum tblIndepPtType) |
Sets the tbl indep pt type Created in NX6.0.1. | |
void | SetTranslucency (int translucency) |
Sets the translucency Created in NX6.0.1. | |
void | SetUndefValueColor (NXOpen::NXColor *undefValueColor) |
Sets the undef value color Created in NX6.0.1. | |
bool | ShowAxis () |
Returns the show axis Created in NX6.0.1. | |
bool | ShowLabels () |
Returns the show labels Created in NX6.0.1. | |
bool | ShowMapTopo () |
Returns the show map topo Created in NX6.0.1. | |
NXOpen::Fields::DisplayPropertiesBuilder::ValuesEnum | ShowUndefinedValues () |
Returns the show undefined values Created in NX6.0.1. | |
int | SpectrumLevels () |
Returns the spectrum levels Created in NX6.0.1. | |
double | SurfaceOffset () |
Returns the surface offset Created in NX6.0.1. | |
NXOpen::NXColor * | TblDepColor () |
Returns the table dependent color Created in NX6.0.1. | |
NXOpen::Fields::DisplayPropertiesBuilder::DepDomColorEnum | TblDepDomColor () |
Returns the table dependent domain color Created in NX7.5.0. | |
NXOpen::Fields::DisplayPropertiesBuilder::DepLabelValueEnum | TblDepLabelValues () |
Returns the table dependent label values Created in NX7.5.0. | |
NXOpen::Fields::DisplayPropertiesBuilder::TblPointTypeEnum | TblDepPtType () |
Returns the tbl dep pt type Created in NX6.0.1. | |
double | TblDepSymbolSize () |
Returns the table dependent symbol size Created in NX7.5.0. | |
NXOpen::NXColor * | TblIndepColor () |
Returns the tbl indep color Created in NX6.0.1. | |
NXOpen::Fields::DisplayPropertiesBuilder::ValuesEnum | TblIndepPtType () |
Returns the tbl indep pt type Created in NX6.0.1. | |
int | Translucency () |
Returns the translucency Created in NX6.0.1. | |
NXOpen::NXColor * | UndefValueColor () |
Returns the undef value color Created in NX6.0.1. |
Represents a builder class for editing display properties of a Fields::Field.
Used to edit a Fields::Field display properties.
To create a new instance of this class, use Fields::FieldManager::CreateDisplayPropertiesBuilder
Default values.
Property | Value |
---|---|
DepDispType |
Symbol |
DepDomColor |
Inherit |
DepLabelValues |
None |
DepSymbolSize |
0 |
DisplayResolution |
Standard |
DummyScale |
0 |
FaceAnalysis |
0 |
IndepDispType |
Normal |
1 | |
LineFont |
Solid |
LineWidth |
Normal |
PartiallyShaded |
0 |
ShowAxis |
0 |
ShowLabels |
0 |
ShowMapTopo |
0 |
ShowUndefinedValues |
Hide |
SpectrumLevels |
3 |
SurfaceOffset |
0 |
TblDepPtType |
Hide |
TblIndepPtType |
Hide |
Translucency |
0 |
Created in NX6.0.1.
Field Dep Disp Type.
Field Dep Dom Color.
Field Dep Label Value.
Field Disp Resolution.
Field Indep Dom Disp.
Field Values.
Returns the axis color
Created in NX6.0.1.
License requirements : None
Returns the basic color
Created in NX6.0.1.
License requirements : None
NXOpen::Fields::DisplayPropertiesBuilder::DepDispTypeEnum NXOpen::Fields::DisplayPropertiesBuilder::DepDispType | ( | ) |
Returns the dep disp type
Created in NX6.0.1.
License requirements : None
NXOpen::Fields::DisplayPropertiesBuilder::DepDomColorEnum NXOpen::Fields::DisplayPropertiesBuilder::DepDomColor | ( | ) |
Returns the dep dom color
Created in NX6.0.1.
License requirements : None
NXOpen::Fields::DisplayPropertiesBuilder::DepLabelValueEnum NXOpen::Fields::DisplayPropertiesBuilder::DepLabelValues | ( | ) |
Returns the dep label values
Created in NX6.0.1.
License requirements : None
Returns the dep sel color
Created in NX6.0.1.
License requirements : None
Returns the dep symbol size
Created in NX6.0.1.
License requirements : None
NXOpen::Fields::DisplayPropertiesBuilder::DispResolutionEnum NXOpen::Fields::DisplayPropertiesBuilder::DisplayResolution | ( | ) |
Returns the display resolution
Created in NX6.0.1.
License requirements : None
Returns the dummy scale
Created in NX6.0.1.
License requirements : None
Returns the face analysis
Created in NX6.0.1.
License requirements : None
NXOpen::Fields::DisplayPropertiesBuilder::IndepDomDispType NXOpen::Fields::DisplayPropertiesBuilder::IndepDispType | ( | ) |
Returns the indep disp type
Created in NX6.0.1.
License requirements : None
Returns the label color
Created in NX6.0.1.
License requirements : None
Returns the layer
Created in NX6.0.1.
License requirements : None
NXOpen::Fields::DisplayPropertiesBuilder::LineFontEnum NXOpen::Fields::DisplayPropertiesBuilder::LineFont | ( | ) |
Returns the line font
Created in NX6.0.1.
License requirements : None
NXOpen::Fields::DisplayPropertiesBuilder::LineWidthEnum NXOpen::Fields::DisplayPropertiesBuilder::LineWidth | ( | ) |
Returns the line width
Created in NX6.0.1.
License requirements : None
Returns the partially shaded
Created in NX6.0.1.
License requirements : None
void NXOpen::Fields::DisplayPropertiesBuilder::SetAxisColor | ( | NXOpen::NXColor * | axisColor | ) |
Sets the axis color
Created in NX6.0.1.
License requirements : None
axisColor | axiscolor |
void NXOpen::Fields::DisplayPropertiesBuilder::SetBasicColor | ( | NXOpen::NXColor * | basicColor | ) |
Sets the basic color
Created in NX6.0.1.
License requirements : None
basicColor | basiccolor |
void NXOpen::Fields::DisplayPropertiesBuilder::SetDepDispType | ( | NXOpen::Fields::DisplayPropertiesBuilder::DepDispTypeEnum | depDispType | ) |
Sets the dep disp type
Created in NX6.0.1.
License requirements : None
depDispType | depdisptype |
void NXOpen::Fields::DisplayPropertiesBuilder::SetDepDomColor | ( | NXOpen::Fields::DisplayPropertiesBuilder::DepDomColorEnum | depDomColor | ) |
Sets the dep dom color
Created in NX6.0.1.
License requirements : None
depDomColor | depdomcolor |
void NXOpen::Fields::DisplayPropertiesBuilder::SetDepLabelValues | ( | NXOpen::Fields::DisplayPropertiesBuilder::DepLabelValueEnum | depLabelValues | ) |
Sets the dep label values
Created in NX6.0.1.
License requirements : None
depLabelValues | deplabelvalues |
void NXOpen::Fields::DisplayPropertiesBuilder::SetDepSelColor | ( | NXOpen::NXColor * | depSelColor | ) |
Sets the dep sel color
Created in NX6.0.1.
License requirements : None
depSelColor | depselcolor |
void NXOpen::Fields::DisplayPropertiesBuilder::SetDepSymbolSize | ( | double | depSymbolSize | ) |
Sets the dep symbol size
Created in NX6.0.1.
License requirements : None
depSymbolSize | depsymbolsize |
void NXOpen::Fields::DisplayPropertiesBuilder::SetDisplayResolution | ( | NXOpen::Fields::DisplayPropertiesBuilder::DispResolutionEnum | displayResolution | ) |
Sets the display resolution
Created in NX6.0.1.
License requirements : None
displayResolution | displayresolution |
void NXOpen::Fields::DisplayPropertiesBuilder::SetDummyScale | ( | double | dummyScale | ) |
Sets the dummy scale
Created in NX6.0.1.
License requirements : None
dummyScale | dummyscale |
void NXOpen::Fields::DisplayPropertiesBuilder::SetFaceAnalysis | ( | bool | faceAnalysis | ) |
Sets the face analysis
Created in NX6.0.1.
License requirements : None
faceAnalysis | faceanalysis |
void NXOpen::Fields::DisplayPropertiesBuilder::SetIndepDispType | ( | NXOpen::Fields::DisplayPropertiesBuilder::IndepDomDispType | indepDispType | ) |
Sets the indep disp type
Created in NX6.0.1.
License requirements : None
indepDispType | indepdisptype |
void NXOpen::Fields::DisplayPropertiesBuilder::SetLabelColor | ( | NXOpen::NXColor * | labelColor | ) |
Sets the label color
Created in NX6.0.1.
License requirements : None
labelColor | labelcolor |
void NXOpen::Fields::DisplayPropertiesBuilder::SetLayer | ( | int | layer | ) |
Sets the layer
Created in NX6.0.1.
License requirements : None
layer | layer |
void NXOpen::Fields::DisplayPropertiesBuilder::SetLineFont | ( | NXOpen::Fields::DisplayPropertiesBuilder::LineFontEnum | lineFont | ) |
Sets the line font
Created in NX6.0.1.
License requirements : None
lineFont | linefont |
void NXOpen::Fields::DisplayPropertiesBuilder::SetLineWidth | ( | NXOpen::Fields::DisplayPropertiesBuilder::LineWidthEnum | lineWidth | ) |
Sets the line width
Created in NX6.0.1.
License requirements : None
lineWidth | linewidth |
void NXOpen::Fields::DisplayPropertiesBuilder::SetPartiallyShaded | ( | bool | partiallyShaded | ) |
Sets the partially shaded
Created in NX6.0.1.
License requirements : None
partiallyShaded | partiallyshaded |
void NXOpen::Fields::DisplayPropertiesBuilder::SetShowAxis | ( | bool | showAxis | ) |
Sets the show axis
Created in NX6.0.1.
License requirements : None
showAxis | showaxis |
void NXOpen::Fields::DisplayPropertiesBuilder::SetShowLabels | ( | bool | showLabels | ) |
Sets the show labels
Created in NX6.0.1.
License requirements : None
showLabels | showlabels |
void NXOpen::Fields::DisplayPropertiesBuilder::SetShowMapTopo | ( | bool | showMapTopo | ) |
Sets the show map topo
Created in NX6.0.1.
License requirements : None
showMapTopo | showmaptopo |
void NXOpen::Fields::DisplayPropertiesBuilder::SetShowUndefinedValues | ( | NXOpen::Fields::DisplayPropertiesBuilder::ValuesEnum | showUndefinedValues | ) |
Sets the show undefined values
Created in NX6.0.1.
License requirements : None
showUndefinedValues | showundefinedvalues |
void NXOpen::Fields::DisplayPropertiesBuilder::SetSpectrumLevels | ( | int | spectrumLevels | ) |
Sets the spectrum levels
Created in NX6.0.1.
License requirements : None
spectrumLevels | spectrumlevels |
void NXOpen::Fields::DisplayPropertiesBuilder::SetSurfaceOffset | ( | double | surfaceOffset | ) |
Sets the surface offset
Created in NX6.0.1.
License requirements : None
surfaceOffset | surfaceoffset |
void NXOpen::Fields::DisplayPropertiesBuilder::SetTblDepColor | ( | NXOpen::NXColor * | tblDepColor | ) |
Sets the table dependent color
Created in NX6.0.1.
License requirements : None
tblDepColor | tbldepcolor |
void NXOpen::Fields::DisplayPropertiesBuilder::SetTblDepDomColor | ( | NXOpen::Fields::DisplayPropertiesBuilder::DepDomColorEnum | depDomColor | ) |
Sets the table dependent domain color
Created in NX7.5.0.
License requirements : None
depDomColor | depdomcolor |
void NXOpen::Fields::DisplayPropertiesBuilder::SetTblDepLabelValues | ( | NXOpen::Fields::DisplayPropertiesBuilder::DepLabelValueEnum | tblDepLabelValues | ) |
Sets the table dependent label values
Created in NX7.5.0.
License requirements : None
tblDepLabelValues | tbldeplabelvalues |
void NXOpen::Fields::DisplayPropertiesBuilder::SetTblDepPtType | ( | NXOpen::Fields::DisplayPropertiesBuilder::TblPointTypeEnum | tblDepPtType | ) |
Sets the tbl dep pt type
Created in NX6.0.1.
License requirements : None
tblDepPtType | tbldeppttype |
void NXOpen::Fields::DisplayPropertiesBuilder::SetTblDepSymbolSize | ( | double | tblDepSymbolSize | ) |
Sets the table dependent symbol size
Created in NX7.5.0.
License requirements : None
tblDepSymbolSize | tbldepsymbolsize |
void NXOpen::Fields::DisplayPropertiesBuilder::SetTblIndepColor | ( | NXOpen::NXColor * | tblIndepColor | ) |
Sets the tbl indep color
Created in NX6.0.1.
License requirements : None
tblIndepColor | tblindepcolor |
void NXOpen::Fields::DisplayPropertiesBuilder::SetTblIndepPtType | ( | NXOpen::Fields::DisplayPropertiesBuilder::ValuesEnum | tblIndepPtType | ) |
Sets the tbl indep pt type
Created in NX6.0.1.
License requirements : None
tblIndepPtType | tblindeppttype |
void NXOpen::Fields::DisplayPropertiesBuilder::SetTranslucency | ( | int | translucency | ) |
Sets the translucency
Created in NX6.0.1.
License requirements : None
translucency | translucency |
void NXOpen::Fields::DisplayPropertiesBuilder::SetUndefValueColor | ( | NXOpen::NXColor * | undefValueColor | ) |
Sets the undef value color
Created in NX6.0.1.
License requirements : None
undefValueColor | undefvaluecolor |
Returns the show axis
Created in NX6.0.1.
License requirements : None
Returns the show labels
Created in NX6.0.1.
License requirements : None
Returns the show map topo
Created in NX6.0.1.
License requirements : None
NXOpen::Fields::DisplayPropertiesBuilder::ValuesEnum NXOpen::Fields::DisplayPropertiesBuilder::ShowUndefinedValues | ( | ) |
Returns the show undefined values
Created in NX6.0.1.
License requirements : None
Returns the spectrum levels
Created in NX6.0.1.
License requirements : None
Returns the surface offset
Created in NX6.0.1.
License requirements : None
Returns the table dependent color
Created in NX6.0.1.
License requirements : None
NXOpen::Fields::DisplayPropertiesBuilder::DepDomColorEnum NXOpen::Fields::DisplayPropertiesBuilder::TblDepDomColor | ( | ) |
Returns the table dependent domain color
Created in NX7.5.0.
License requirements : None
NXOpen::Fields::DisplayPropertiesBuilder::DepLabelValueEnum NXOpen::Fields::DisplayPropertiesBuilder::TblDepLabelValues | ( | ) |
Returns the table dependent label values
Created in NX7.5.0.
License requirements : None
NXOpen::Fields::DisplayPropertiesBuilder::TblPointTypeEnum NXOpen::Fields::DisplayPropertiesBuilder::TblDepPtType | ( | ) |
Returns the tbl dep pt type
Created in NX6.0.1.
License requirements : None
Returns the table dependent symbol size
Created in NX7.5.0.
License requirements : None
Returns the tbl indep color
Created in NX6.0.1.
License requirements : None
NXOpen::Fields::DisplayPropertiesBuilder::ValuesEnum NXOpen::Fields::DisplayPropertiesBuilder::TblIndepPtType | ( | ) |
Returns the tbl indep pt type
Created in NX6.0.1.
License requirements : None
Returns the translucency
Created in NX6.0.1.
License requirements : None
Returns the undef value color
Created in NX6.0.1.
License requirements : None