Search Results for

    Show / Hide Table of Contents

    Class InheritPmiViewStyle

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    InheritPmiViewStyle
    Implements
    IMessageSink
    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 InheritPmiViewStyle : NXRemotableObject, IMessageSink

    Constructors

    InheritPmiViewStyle(ViewStyle)

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

    Properties

    CrosshatchPmiLwsv

    Declaration
    public bool CrosshatchPmiLwsv { get; }
    Property Value
    Type Description
    bool

    InheritPmiMode

    Declaration
    public PmiOption InheritPmiMode { get; set; }
    Property Value
    Type Description
    PmiOption

    InheritPmiToDrawing

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

    InheritPmiTypeMask

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

    PmiDimensionFromRevolved

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

    Tag

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

    Methods

    SetCrosshatchPmiLwsv(bool)

    Declaration
    public void SetCrosshatchPmiLwsv(bool crosshatch)
    Parameters
    Type Name Description
    bool crosshatch

    SetInheritGdt(GdtOption)

    Declaration
    public void SetInheritGdt(GdtOption gdtOption)
    Parameters
    Type Name Description
    GdtOption gdtOption

    Implements

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