Class DisplayPropertiesBuilder
Inheritance
System.Object
System.MarshalByRefObject
DisplayPropertiesBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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
Type |
Description |
System.Double |
|
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
Type |
Description |
System.Double |
|
DepRangeMin
Declaration
public double DepRangeMin { get; set; }
Property Value
Type |
Description |
System.Double |
|
DepSelColor
Declaration
public NXColor DepSelColor { get; set; }
Property Value
DepSymbolSize
Declaration
public double DepSymbolSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
DisplayResolution
Declaration
public DisplayPropertiesBuilder.DispResolutionEnum DisplayResolution { get; set; }
Property Value
DummyScale
Declaration
public double DummyScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
FaceAnalysis
Declaration
public bool FaceAnalysis { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FieldQuantity
Declaration
public DisplayPropertiesBuilder.FieldQuantityType FieldQuantity { 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
Type |
Description |
System.Int32 |
|
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
Type |
Description |
System.Boolean |
|
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
Type |
Description |
System.Double |
|
RangeMin
Declaration
public double RangeMin { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShowAxis
Declaration
public bool ShowAxis { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowDefaultVal
Declaration
public bool ShowDefaultVal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowDescription
Declaration
public bool ShowDescription { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowLabels
Declaration
public bool ShowLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowMapTopo
Declaration
public bool ShowMapTopo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowName
Declaration
public bool ShowName { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowOverflowValues
Declaration
public bool ShowOverflowValues { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowSrcTblVals
Declaration
public bool ShowSrcTblVals { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowUndefinedValues
Declaration
[Obsolete("Deprecated in NX12.0.0. This method is deprecated. Use NXOpen.Fields.DisplayPropertiesBuilder.ShowUndefValues Undefined values are no longer displayed with various symbols, but are only on or off.")]
public DisplayPropertiesBuilder.ValuesEnum ShowUndefinedValues { get; set; }
Property Value
ShowUndefValues
Declaration
public bool ShowUndefValues { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowUnderflowValues
Declaration
public bool ShowUnderflowValues { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SpectrumLevels
Declaration
public int SpectrumLevels { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SurfaceOffset
Declaration
public double SurfaceOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
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
Type |
Description |
System.Double |
|
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
Translucency
Declaration
public int Translucency { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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
Type |
Description |
System.Int32 |
|
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
Type |
Description |
System.Int32 |
|
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
Type |
Description |
System.Int32 |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink