Search Results for

    Show / Hide Table of Contents

    Class ViewStyleGeneralBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewStyleGeneralBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Drawings
    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
    Type Description
    DecimalPointCharacter

    AngleFormat

    Declaration
    public AngleFormat AngleFormat { get; set; }
    Property Value
    Type Description
    AngleFormat

    AnglePrecision

    Declaration
    public int AnglePrecision { get; set; }
    Property Value
    Type Description
    int

    AngleSetting

    Declaration
    public AssociativeAngleBuilder AngleSetting { get; }
    Property Value
    Type Description
    AssociativeAngleBuilder

    AngleShowLeadingZeros

    Declaration
    public bool AngleShowLeadingZeros { get; set; }
    Property Value
    Type Description
    bool

    AngleShowTrailingZeros

    Declaration
    public bool AngleShowTrailingZeros { get; set; }
    Property Value
    Type Description
    bool

    AngleValue

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.Drawings.ViewStyleGeneralBuilder.AngleSetting instead.")]
    public double AngleValue { get; set; }
    Property Value
    Type Description
    double

    AutomaticAnchorPoint

    Declaration
    public bool AutomaticAnchorPoint { get; set; }
    Property Value
    Type Description
    bool

    AutomaticUpdate

    Declaration
    public bool AutomaticUpdate { get; set; }
    Property Value
    Type Description
    bool

    BoundaryStatus

    Declaration
    public bool BoundaryStatus { get; set; }
    Property Value
    Type Description
    bool

    Centerlines

    Declaration
    public bool Centerlines { get; set; }
    Property Value
    Type Description
    bool

    DisplayId

    Declaration
    public GeneralDisplayIdOption DisplayId { get; set; }
    Property Value
    Type Description
    GeneralDisplayIdOption

    ExtractedEdges

    Declaration
    public GeneralExtractedEdgesOption ExtractedEdges { get; set; }
    Property Value
    Type Description
    GeneralExtractedEdgesOption

    FramebarHorizontal

    Declaration
    [Obsolete("Deprecated in NX1980.0.0.  Use Drawings.ViewStyleFrameBarBuilder.Horizontal instead.")]
    public bool FramebarHorizontal { get; set; }
    Property Value
    Type Description
    bool

    FramebarVertical

    Declaration
    [Obsolete("Deprecated in NX1980.0.0.  Use Drawings.ViewStyleFrameBarBuilder.Vertical instead.")]
    public bool FramebarVertical { get; set; }
    Property Value
    Type Description
    bool

    LegacyView

    Declaration
    public bool LegacyView { get; set; }
    Property Value
    Type Description
    bool

    LightweightView

    Declaration
    public bool LightweightView { get; set; }
    Property Value
    Type Description
    bool

    LockmethodView

    Declaration
    public GeneralViewLockmethodOption LockmethodView { get; set; }
    Property Value
    Type Description
    GeneralViewLockmethodOption

    Reference

    Declaration
    public bool Reference { get; set; }
    Property Value
    Type Description
    bool

    Scale

    Declaration
    public ViewScaleBuilder Scale { get; }
    Property Value
    Type Description
    ViewScaleBuilder

    ScaleLabel

    Declaration
    public bool ScaleLabel { get; set; }
    Property Value
    Type Description
    bool

    Silhouettes

    Declaration
    public bool Silhouettes { get; set; }
    Property Value
    Type Description
    bool

    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
    bool

    Tolerance

    Declaration
    public GeneralToleranceOption Tolerance { get; set; }
    Property Value
    Type Description
    GeneralToleranceOption

    ToleranceValue

    Declaration
    public double ToleranceValue { get; set; }
    Property Value
    Type Description
    double

    UVGrid

    Declaration
    public bool UVGrid { get; set; }
    Property Value
    Type Description
    bool

    ViewLabel

    Declaration
    public bool ViewLabel { get; set; }
    Property Value
    Type Description
    bool

    ViewQuality

    Declaration
    public GeneralViewQualityOption ViewQuality { get; set; }
    Property Value
    Type Description
    GeneralViewQualityOption

    ViewRepresentation

    Declaration
    public GeneralViewRepresentationOption ViewRepresentation { get; set; }
    Property Value
    Type Description
    GeneralViewRepresentationOption

    ViewStyleFrameBar

    Declaration
    public ViewStyleFrameBarBuilder ViewStyleFrameBar { get; }
    Property Value
    Type Description
    ViewStyleFrameBarBuilder

    WireframeColorSource

    Declaration
    public GeneralWireframeColorSourceOption WireframeColorSource { get; set; }
    Property Value
    Type Description
    GeneralWireframeColorSourceOption

    Methods

    GetRenderSet()

    Declaration
    public RenderSet[] GetRenderSet()
    Returns
    Type Description
    RenderSet[]

    SetRenderSet(RenderSet[])

    Declaration
    public void SetRenderSet(RenderSet[] renderSets)
    Parameters
    Type Name Description
    RenderSet[] renderSets

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX