Search Results for

    Show / Hide Table of Contents

    Class SectionViewStyle

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    SectionViewStyle
    Implements
    IMessageSink
    ISectionViewPreferences
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class SectionViewStyle : NXRemotableObject, IMessageSink, ISectionViewPreferences

    Constructors

    SectionViewStyle(ViewStyle)

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

    Properties

    AssemblyCrossHatching

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

    Background

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

    Bendlines

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

    CrossHatch

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

    CrosshatchAdjacencyTolarance

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

    DisplaySectionLine

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

    Foreground

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

    HiddenLineHatching

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

    RestrictCrosshatchAngle

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

    SectionSheetBodies

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

    Tag

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

    Implements

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