Class PlotBuilder
Inheritance
System.Object
System.MarshalByRefObject
PlotBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpen.dll
Syntax
public class PlotBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PlotBuilder()
Declaration
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
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
JobName
Declaration
public string JobName { get; set; }
Property Value
Type |
Description |
System.String |
|
Justification
Declaration
public PlotBuilder.JustificationOption Justification { get; set; }
Property Value
PlotterText
Declaration
public string PlotterText { get; set; }
Property Value
Type |
Description |
System.String |
|
PlotType
Declaration
public PlotBuilder.PlotTypes PlotType { get; set; }
Property Value
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
ShadedGeometry
Declaration
public bool ShadedGeometry { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SourceBuilder
Declaration
public PlotSourceBuilder SourceBuilder { get; }
Property Value
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Units
Declaration
public PlotBuilder.UnitsOption Units { get; set; }
Property Value
XDisplay
Declaration
public PlotBuilder.XdisplayOption XDisplay { get; set; }
Property Value
XOffset
Declaration
public double XOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
YDisplay
Declaration
public PlotBuilder.YdisplayOption YDisplay { get; set; }
Property Value
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
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