Class ViewStyleGeneralBuilder
Inheritance
System.Object
System.MarshalByRefObject
ViewStyleGeneralBuilder
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 ViewStyleGeneralBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
ViewStyleGeneralBuilder()
Declaration
protected ViewStyleGeneralBuilder()
Properties
AngleDecimalPointCharacter
Declaration
public DecimalPointCharacter AngleDecimalPointCharacter { get; set; }
Property Value
Declaration
public AngleFormat AngleFormat { get; set; }
Property Value
AnglePrecision
Declaration
public int AnglePrecision { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AngleSetting
Declaration
public AssociativeAngleBuilder AngleSetting { get; }
Property Value
AngleShowLeadingZeros
Declaration
public bool AngleShowLeadingZeros { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AngleShowTrailingZeros
Declaration
public bool AngleShowTrailingZeros { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AngleValue
Declaration
[Obsolete("Deprecated in NX11.0.0. Use NXOpen.Drawings.ViewStyleGeneralBuilder.AngleSetting instead.")]
public double AngleValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
AutomaticAnchorPoint
Declaration
public bool AutomaticAnchorPoint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AutomaticUpdate
Declaration
public bool AutomaticUpdate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
BoundaryStatus
Declaration
public bool BoundaryStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Centerlines
Declaration
public bool Centerlines { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DisplayId
Declaration
public GeneralDisplayIdOption DisplayId { get; set; }
Property Value
Declaration
public GeneralExtractedEdgesOption ExtractedEdges { get; set; }
Property Value
FramebarHorizontal
Declaration
public bool FramebarHorizontal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FramebarVertical
Declaration
public bool FramebarVertical { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LegacyView
Declaration
public bool LegacyView { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LightweightView
Declaration
public bool LightweightView { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LockmethodView
Declaration
public GeneralViewLockmethodOption LockmethodView { get; set; }
Property Value
Reference
Declaration
public bool Reference { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Scale
Declaration
public ViewScaleBuilder Scale { get; }
Property Value
ScaleLabel
Declaration
public bool ScaleLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Silhouettes
Declaration
public bool Silhouettes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SnapshotView
Declaration
[Obsolete("Deprecated in NX11.0.1. Use NXOpen.Drawings.ViewStyleGeneralBuilder.LockmethodView instead(the value is NXOpen.Preferences.GeneralViewPreferences.GeneralViewLockmethodOptionSnapshot).")]
public bool SnapshotView { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Tolerance
Declaration
public GeneralToleranceOption Tolerance { get; set; }
Property Value
ToleranceValue
Declaration
public double ToleranceValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
UVGrid
Declaration
public bool UVGrid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ViewLabel
Declaration
public bool ViewLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ViewQuality
Declaration
public GeneralViewQualityOption ViewQuality { get; set; }
Property Value
ViewRepresentation
Declaration
public GeneralViewRepresentationOption ViewRepresentation { get; set; }
Property Value
WireframeColorSource
Declaration
public GeneralWireframeColorSourceOption WireframeColorSource { get; set; }
Property Value
Methods
GetRenderSet()
Declaration
public RenderSet[] GetRenderSet()
Returns
SetRenderSet(RenderSet[])
Declaration
public void SetRenderSet(RenderSet[] renderSets)
Parameters
Validate()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink