Search Results for

    Show / Hide Table of Contents

    Class PlotBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PlotBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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
    Assembly: NXOpen.dll
    Syntax
    public class PlotBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    PlotBuilder()

    Declaration
    protected PlotBuilder()

    Properties

    BannerMessage

    Declaration
    public string BannerMessage { get; set; }
    Property Value
    Type Description
    System.String

    CharacterSize

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

    ClsfData

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

    ColorsWidthsBuilder

    Declaration
    public PlotColorsWidthsBuilder ColorsWidthsBuilder { get; }
    Property Value
    Type Description
    PlotColorsWidthsBuilder

    Copies

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

    CustomSymbolsInForeground

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

    DisplayBanner

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

    ImageResolution

    Declaration
    public PlotBuilder.ImageResolutionOption ImageResolution { get; set; }
    Property Value
    Type Description
    PlotBuilder.ImageResolutionOption

    JobName

    Declaration
    public string JobName { get; set; }
    Property Value
    Type Description
    System.String

    Justification

    Declaration
    public PlotBuilder.JustificationOption Justification { get; set; }
    Property Value
    Type Description
    PlotBuilder.JustificationOption

    PlotterText

    Declaration
    public string PlotterText { get; set; }
    Property Value
    Type Description
    System.String

    PlotType

    Declaration
    public PlotBuilder.PlotTypes PlotType { get; set; }
    Property Value
    Type Description
    PlotBuilder.PlotTypes

    PrinterGroupText

    Declaration
    public string PrinterGroupText { get; set; }
    Property Value
    Type Description
    System.String

    ProfileText

    Declaration
    public string ProfileText { get; set; }
    Property Value
    Type Description
    System.String

    RasterImages

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

    Rotation

    Declaration
    public PlotBuilder.RotationOption Rotation { get; set; }
    Property Value
    Type Description
    PlotBuilder.RotationOption

    ShadedGeometry

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

    SourceBuilder

    Declaration
    public PlotSourceBuilder SourceBuilder { get; }
    Property Value
    Type Description
    PlotSourceBuilder

    Tolerance

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

    Units

    Declaration
    public PlotBuilder.UnitsOption Units { get; set; }
    Property Value
    Type Description
    PlotBuilder.UnitsOption

    XDisplay

    Declaration
    public PlotBuilder.XdisplayOption XDisplay { get; set; }
    Property Value
    Type Description
    PlotBuilder.XdisplayOption

    XOffset

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

    YDisplay

    Declaration
    public PlotBuilder.YdisplayOption YDisplay { get; set; }
    Property Value
    Type Description
    PlotBuilder.YdisplayOption

    YOffset

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

    Methods

    AddToPlotLayout()

    Declaration
    public void AddToPlotLayout()

    AdvancedPlot()

    Declaration
    public void AdvancedPlot()

    ClearPlotLayout()

    Declaration
    public void ClearPlotLayout()

    GetFilenames()

    Declaration
    public string[] GetFilenames()
    Returns
    Type Description
    System.String[]

    GetGraphicFilenames()

    Declaration
    public string[] GetGraphicFilenames()
    Returns
    Type Description
    System.String[]

    SaveCgm()

    Declaration
    public void SaveCgm()

    SetFilenames(String[])

    Declaration
    public void SetFilenames(string[] filenames)
    Parameters
    Type Name Description
    System.String[] filenames

    SetGraphicFilenames(String[])

    Declaration
    public void SetGraphicFilenames(string[] filenames)
    Parameters
    Type Name Description
    System.String[] filenames

    Implements

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