Search Results for

    Show / Hide Table of Contents

    Class InheritPmiViewStyle

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    InheritPmiViewStyle
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    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 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
    System.Boolean

    InheritPmiMode

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

    InheritPmiToDrawing

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

    InheritPmiTypeMask

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

    PmiDimensionFromRevolved

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

    Tag

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

    Methods

    SetCrosshatchPmiLwsv(Boolean)

    Declaration
    public void SetCrosshatchPmiLwsv(bool crosshatch)
    Parameters
    Type Name Description
    System.Boolean 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