Search Results for

    Show / Hide Table of Contents

    Class PmiGeneralSetupDisplayBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PmiGeneralSetupDisplayBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class PmiGeneralSetupDisplayBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    PmiGeneralSetupDisplayBuilder()

    Declaration
    protected PmiGeneralSetupDisplayBuilder()

    Properties

    AnnotationPlane

    Declaration
    public PmiGeneralSetupDisplayBuilder.AnnotationPlaneType AnnotationPlane { get; set; }
    Property Value
    Type Description
    PmiGeneralSetupDisplayBuilder.AnnotationPlaneType

    AnnotationPlaneColor

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

    AnnotationPlaneDisplay

    Declaration
    public PmiGeneralSetupDisplayBuilder.AnnotationPlaneDisplayType AnnotationPlaneDisplay { get; set; }
    Property Value
    Type Description
    PmiGeneralSetupDisplayBuilder.AnnotationPlaneDisplayType

    AnnotationPlaneFont

    Declaration
    public LineFontBuilder AnnotationPlaneFont { get; }
    Property Value
    Type Description
    LineFontBuilder

    AnnotationPlaneTranslucency

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

    BackgroundColor

    Declaration
    public NXColor BackgroundColor { get; set; }
    Property Value
    Type Description
    NXColor

    DisplayInAllViews

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

    DisplayPmiShadedModel

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

    EnableBackground

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

    EnableResize

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

    ProjectOntoPlane

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

    ResizeOnCreate

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

    ResizeOnViewSave

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

    ResizeSettings

    Declaration
    public PmiGeneralSetupDisplayBuilder.ResizeSettingsType ResizeSettings { get; set; }
    Property Value
    Type Description
    PmiGeneralSetupDisplayBuilder.ResizeSettingsType

    UpdateReadingDirection

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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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