Search Results for

    Show / Hide Table of Contents

    Class GeneralViewStyle

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    GeneralViewStyle
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IGeneralViewPreferences
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class GeneralViewStyle : NXRemotableObject, IMessageSink, IGeneralViewPreferences

    Constructors

    GeneralViewStyle(ViewStyle)

    Declaration
    protected GeneralViewStyle(ViewStyle owner)
    Parameters
    Type Name Description
    ViewStyle owner

    Properties

    Angle

    Declaration
    public double Angle { get; set; }
    Property Value
    Type Description
    System.Double

    AngleDecimalPointFormat

    Declaration
    public DecimalPointCharacter AngleDecimalPointFormat { 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
    System.Int32

    AssociativeAngle

    Declaration
    public Scalar AssociativeAngle { get; set; }
    Property Value
    Type Description
    Scalar

    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

    DisplayId

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

    ExpressionForScale

    Declaration
    public Expression ExpressionForScale { get; set; }
    Property Value
    Type Description
    Expression

    ExtractedEdges

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

    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
    Type Description
    GeneralViewLockmethodOption

    Reference

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

    RenderCount

    Declaration
    public int RenderCount { get; set; }
    Property Value
    Type Description
    System.Int32

    Scale

    Declaration
    public double Scale { get; set; }
    Property Value
    Type Description
    System.Double

    ScaleLabel

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

    ShowAngleLeadingZeros

    Declaration
    public bool ShowAngleLeadingZeros { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowAngleTrailingZeros

    Declaration
    public bool ShowAngleTrailingZeros { 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.GeneralViewStyle.LockmethodView instead.")]
    public bool SnapshotView { get; set; }
    Property Value
    Type Description
    System.Boolean

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Tolerance

    Declaration
    public double Tolerance { 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
    Type Description
    GeneralViewQualityOption

    ViewRepresentation

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

    WireframeColorSource

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

    Methods

    SetCenterlines(Boolean)

    Declaration
    public void SetCenterlines(bool centerlines)
    Parameters
    Type Name Description
    System.Boolean centerlines

    SetFramebarHorizontal(Boolean)

    Declaration
    public void SetFramebarHorizontal(bool framebarHorizontal)
    Parameters
    Type Name Description
    System.Boolean framebarHorizontal

    SetFramebarVertical(Boolean)

    Declaration
    public void SetFramebarVertical(bool framebarVertical)
    Parameters
    Type Name Description
    System.Boolean framebarVertical

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IGeneralViewPreferences
    In This Article
    Back to top Generated by DocFX