Class DisplayPropertiesBuilder
Inheritance
DisplayPropertiesBuilder
Assembly: NXOpen.dll
Syntax
public class DisplayPropertiesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DisplayPropertiesBuilder()
Declaration
protected DisplayPropertiesBuilder()
Properties
AxisColor
Declaration
public NXColor AxisColor { get; set; }
Property Value
BasicColor
Declaration
public NXColor BasicColor { get; set; }
Property Value
DepCalcSymblSize
Declaration
public double DepCalcSymblSize { get; set; }
Property Value
DepDispType
Declaration
public DisplayPropertiesBuilder.DepDispTypeEnum DepDispType { get; set; }
Property Value
DepDomColor
Declaration
public DisplayPropertiesBuilder.DepDomColorEnum DepDomColor { get; set; }
Property Value
DepLabelValues
Declaration
public DisplayPropertiesBuilder.DepLabelValueEnum DepLabelValues { get; set; }
Property Value
DepRangeMax
Declaration
public double DepRangeMax { get; set; }
Property Value
DepRangeMin
Declaration
public double DepRangeMin { get; set; }
Property Value
DepSelColor
Declaration
public NXColor DepSelColor { get; set; }
Property Value
DepSymbolSize
Declaration
public double DepSymbolSize { get; set; }
Property Value
DisplayResolution
Declaration
public DisplayPropertiesBuilder.DispResolutionEnum DisplayResolution { get; set; }
Property Value
DummyScale
Declaration
public double DummyScale { get; set; }
Property Value
FaceAnalysis
Declaration
public bool FaceAnalysis { get; set; }
Property Value
FieldQuantity
Declaration
public DisplayPropertiesBuilder.FieldQuantityType FieldQuantity { get; set; }
Property Value
HeteroTblDispOption
Declaration
public DisplayPropertiesBuilder.HeteroTblDispOptionEnum HeteroTblDispOption { get; set; }
Property Value
IndepDispType
Declaration
public DisplayPropertiesBuilder.IndepDomDispType IndepDispType { get; set; }
Property Value
LabelColor
Declaration
public NXColor LabelColor { get; set; }
Property Value
Layer
Declaration
public int Layer { get; set; }
Property Value
LegendPosition
Declaration
public DisplayPropertiesBuilder.LegendPos LegendPosition { get; set; }
Property Value
LineFont
Declaration
public DisplayPropertiesBuilder.LineFontEnum LineFont { get; set; }
Property Value
LineWidth
Declaration
public DisplayPropertiesBuilder.LineWidthEnum LineWidth { get; set; }
Property Value
OverflowColor
Declaration
public NXColor OverflowColor { get; set; }
Property Value
PartiallyShaded
Declaration
public bool PartiallyShaded { get; set; }
Property Value
PrimaryVar
Declaration
public Expression PrimaryVar { get; }
Property Value
Range
Declaration
public DisplayPropertiesBuilder.ValueRange Range { get; set; }
Property Value
RangeMax
Declaration
public double RangeMax { get; set; }
Property Value
RangeMin
Declaration
public double RangeMin { get; set; }
Property Value
ShowAxis
Declaration
public bool ShowAxis { get; set; }
Property Value
ShowDefaultVal
Declaration
public bool ShowDefaultVal { get; set; }
Property Value
ShowDescription
Declaration
public bool ShowDescription { get; set; }
Property Value
ShowLabels
Declaration
public bool ShowLabels { get; set; }
Property Value
ShowMapTopo
Declaration
public bool ShowMapTopo { get; set; }
Property Value
ShowName
Declaration
public bool ShowName { get; set; }
Property Value
ShowOverflowValues
Declaration
public bool ShowOverflowValues { get; set; }
Property Value
ShowSrcTblVals
Declaration
public bool ShowSrcTblVals { get; set; }
Property Value
ShowUndefValues
Declaration
public bool ShowUndefValues { get; set; }
Property Value
ShowUnderflowValues
Declaration
public bool ShowUnderflowValues { get; set; }
Property Value
SpectrumLevels
Declaration
public int SpectrumLevels { get; set; }
Property Value
SurfaceOffset
Declaration
public double SurfaceOffset { get; set; }
Property Value
TblDepColor
Declaration
[Obsolete("Deprecated in NX12.0.0. This function is deprecated, Tbl dependent Color can be obtained using NXOpen.Fields.DisplayPropertiesBuilder.DepSelColor.")]
public NXColor TblDepColor { get; set; }
Property Value
TblDepDispType
Declaration
public DisplayPropertiesBuilder.DepDispTypeEnum TblDepDispType { get; set; }
Property Value
TblDepDomColor
Declaration
[Obsolete("Deprecated in NX12.0.0. This function is deprecated, Tbl dependent Color can be chosen using NXOpen.Fields.DisplayPropertiesBuilder.DepDomColor.")]
public DisplayPropertiesBuilder.DepDomColorEnum TblDepDomColor { get; set; }
Property Value
TblDepLabelValues
Declaration
public DisplayPropertiesBuilder.DepLabelValueEnum TblDepLabelValues { get; set; }
Property Value
TblDepPtType
Declaration
[Obsolete("Deprecated in NX12.0.0. To show source table dependent values use NXOpen.Fields.DisplayPropertiesBuilder.ShowSrcTblVals to show source table values.")]
public DisplayPropertiesBuilder.TblPointTypeEnum TblDepPtType { get; set; }
Property Value
TblDepSymbolSize
Declaration
public double TblDepSymbolSize { get; set; }
Property Value
TblHetPrimaryValue
Declaration
public double TblHetPrimaryValue { get; set; }
Property Value
TblIndepColor
Declaration
[Obsolete("Deprecated in NX12.0.0. This function is deprecated. Table independent domain is no longer displayable so this property has no meaning. Dependent domain color can be obtained using NXOpen.Fields.DisplayPropertiesBuilder.DepSelColor.")]
public NXColor TblIndepColor { get; set; }
Property Value
TblIndepPtType
Declaration
[Obsolete("Deprecated in NX12.0.0. Table independent domain display no longer modifies the file and is included only to enable old journals to function without modification NXOpen.Fields.DisplayPropertiesBuilder.ShowSrcTblVals can be used to control source table values, but independent table values display is deprecated.")]
public DisplayPropertiesBuilder.ValuesEnum TblIndepPtType { get; set; }
Property Value
TblSurfaceOffset
Declaration
public double TblSurfaceOffset { get; set; }
Property Value
Translucency
Declaration
public int Translucency { get; set; }
Property Value
UndefValueColor
Declaration
public NXColor UndefValueColor { get; set; }
Property Value
UnderflowColor
Declaration
public NXColor UnderflowColor { get; set; }
Property Value
XMax
Declaration
public Expression XMax { get; }
Property Value
XMin
Declaration
public Expression XMin { get; }
Property Value
XNum
Declaration
public int XNum { get; set; }
Property Value
YMax
Declaration
public Expression YMax { get; }
Property Value
YMin
Declaration
public Expression YMin { get; }
Property Value
YNum
Declaration
public int YNum { get; set; }
Property Value
ZMax
Declaration
public Expression ZMax { get; }
Property Value
ZMin
Declaration
public Expression ZMin { get; }
Property Value
ZNum
Declaration
public int ZNum { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink