Class CustomViewSettingsBuilder
Inheritance
System.Object
System.MarshalByRefObject
CustomViewSettingsBuilder
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 CustomViewSettingsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CustomViewSettingsBuilder()
Declaration
protected CustomViewSettingsBuilder()
Properties
DelayUpdateOnCreation
Declaration
public bool DelayUpdateOnCreation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DelayViewUpdate
Declaration
public bool DelayViewUpdate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
Type |
Description |
System.Double |
|
RenderTrueHiddenLine
Declaration
public bool RenderTrueHiddenLine { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowAdjacentBlends
Declaration
public bool ShowAdjacentBlends { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowCenterLines
Declaration
public bool ShowCenterLines { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowCheckBoundaryStatus
Declaration
public bool ShowCheckBoundaryStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowEdgesHiddenByEdges
Declaration
public bool ShowEdgesHiddenByEdges { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowHiddenLines
Declaration
public bool ShowHiddenLines { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowSelfHiddenLines
Declaration
public bool ShowSelfHiddenLines { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowSmoothEdgeEndGapsLock
Declaration
public bool ShowSmoothEdgeEndGapsLock { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowSmoothEdgeEndGapsValue
Declaration
public double ShowSmoothEdgeEndGapsValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShowSmoothEdges
Declaration
public bool ShowSmoothEdges { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowTraceLines
Declaration
public bool ShowTraceLines { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowUVGrids
Declaration
public bool ShowUVGrids { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowVIEndGapsLock
Declaration
public bool ShowVIEndGapsLock { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowVIEndGapsValue
Declaration
public double ShowVIEndGapsValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShowVirtualIntersections
Declaration
public bool ShowVirtualIntersections { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
Type |
Description |
System.Boolean |
|
TraceLineCreateGapsValue
Declaration
public double TraceLineCreateGapsValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
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