Class CustomViewSettingsBuilder
Inheritance
CustomViewSettingsBuilder
Assembly: NXOpen.dll
Syntax
public class CustomViewSettingsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CustomViewSettingsBuilder()
Declaration
protected CustomViewSettingsBuilder()
Properties
DelayUpdateOnCreation
Declaration
public bool DelayUpdateOnCreation { get; set; }
Property Value
DelayViewUpdate
Declaration
public bool DelayViewUpdate { get; set; }
Property Value
HiddenLinesColor
Declaration
public NXColor HiddenLinesColor { get; set; }
Property Value
HiddenLinesFont
Declaration
public CustomViewSettingsBuilder.Font HiddenLinesFont { get; set; }
Property Value
HiddenLinesWidth
Declaration
public CustomViewSettingsBuilder.Width HiddenLinesWidth { get; set; }
Property Value
InterferingSolids
Declaration
public CustomViewSettingsBuilder.Interfering InterferingSolids { get; set; }
Property Value
MinimumPitch
Declaration
public double MinimumPitch { get; set; }
Property Value
RenderTrueHiddenLine
Declaration
public bool RenderTrueHiddenLine { get; set; }
Property Value
ShowAdjacentBlends
Declaration
public bool ShowAdjacentBlends { get; set; }
Property Value
ShowCenterLines
Declaration
public bool ShowCenterLines { get; set; }
Property Value
ShowCheckBoundaryStatus
Declaration
public bool ShowCheckBoundaryStatus { get; set; }
Property Value
ShowEdgesHiddenByEdges
Declaration
public bool ShowEdgesHiddenByEdges { get; set; }
Property Value
ShowHiddenLines
Declaration
public bool ShowHiddenLines { get; set; }
Property Value
ShowSelfHiddenLines
Declaration
public bool ShowSelfHiddenLines { get; set; }
Property Value
ShowSmoothEdgeEndGapsLock
Declaration
public bool ShowSmoothEdgeEndGapsLock { get; set; }
Property Value
ShowSmoothEdgeEndGapsValue
Declaration
public double ShowSmoothEdgeEndGapsValue { get; set; }
Property Value
ShowSmoothEdges
Declaration
public bool ShowSmoothEdges { get; set; }
Property Value
ShowTraceLines
Declaration
public bool ShowTraceLines { get; set; }
Property Value
ShowUVGrids
Declaration
public bool ShowUVGrids { get; set; }
Property Value
ShowVIEndGapsLock
Declaration
public bool ShowVIEndGapsLock { get; set; }
Property Value
ShowVIEndGapsValue
Declaration
public double ShowVIEndGapsValue { get; set; }
Property Value
ShowVirtualIntersections
Declaration
public bool ShowVirtualIntersections { get; set; }
Property Value
SmallFeatures
Declaration
public CustomViewSettingsBuilder.Features SmallFeatures { get; set; }
Property Value
SmoothEdgeColor
Declaration
public NXColor SmoothEdgeColor { get; set; }
Property Value
SmoothEdgeFont
Declaration
public CustomViewSettingsBuilder.Font SmoothEdgeFont { get; set; }
Property Value
SmoothEdgeWidth
Declaration
public CustomViewSettingsBuilder.Width SmoothEdgeWidth { get; set; }
Property Value
ThreadStandard
Declaration
public CustomViewSettingsBuilder.ThreadStandards ThreadStandard { get; set; }
Property Value
TraceLineCreateGapsLock
Declaration
public bool TraceLineCreateGapsLock { get; set; }
Property Value
TraceLineCreateGapsValue
Declaration
public double TraceLineCreateGapsValue { get; set; }
Property Value
TraceLineHiddenColor
Declaration
public NXColor TraceLineHiddenColor { get; set; }
Property Value
TraceLineHiddenFont
Declaration
public CustomViewSettingsBuilder.Font TraceLineHiddenFont { get; set; }
Property Value
TraceLineHiddenWidth
Declaration
public CustomViewSettingsBuilder.Width TraceLineHiddenWidth { get; set; }
Property Value
TraceLineVisibleColor
Declaration
public NXColor TraceLineVisibleColor { get; set; }
Property Value
TraceLineVisibleFont
Declaration
public CustomViewSettingsBuilder.Font TraceLineVisibleFont { get; set; }
Property Value
TraceLineVisibleWidth
Declaration
public CustomViewSettingsBuilder.Width TraceLineVisibleWidth { get; set; }
Property Value
VirtualInterSectionColor
Declaration
public NXColor VirtualInterSectionColor { get; set; }
Property Value
VirtualInterSectionFont
Declaration
public CustomViewSettingsBuilder.Font VirtualInterSectionFont { get; set; }
Property Value
VirtualInterSectionWidth
Declaration
public CustomViewSettingsBuilder.Width VirtualInterSectionWidth { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink