Class CGMBuilder
Inheritance
System.Object
System.MarshalByRefObject
CGMBuilder
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 CGMBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CGMBuilder()
Declaration
Properties
Action
Declaration
public CGMBuilder.ActionOption Action { get; set; }
Property Value
Colors
Declaration
public CGMBuilder.Color Colors { get; set; }
Property Value
CustomSymbolsInForeground
Declaration
public bool CustomSymbolsInForeground { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DatasetType
Declaration
public string DatasetType { get; set; }
Property Value
Type |
Description |
System.String |
|
ImageResolution
Declaration
public CGMBuilder.ImageResolutionOption ImageResolution { get; set; }
Property Value
Multiple
Declaration
public CGMBuilder.MultipleOption Multiple { get; set; }
Property Value
NamedReferenceType
Declaration
public string NamedReferenceType { get; set; }
Property Value
Type |
Description |
System.String |
|
OutputText
Declaration
public CGMBuilder.OutputTextOption OutputText { get; set; }
Property Value
RasterImages
Declaration
public bool RasterImages { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Relation
Declaration
public CGMBuilder.RelationOption Relation { get; set; }
Property Value
Scale
Declaration
public double Scale { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShadedGeometry
Declaration
public bool ShadedGeometry { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Size
Declaration
public CGMBuilder.SizeOption Size { get; set; }
Property Value
SourceBuilder
Declaration
public PlotSourceBuilder SourceBuilder { get; }
Property Value
Units
Declaration
public CGMBuilder.UnitsOption Units { get; set; }
Property Value
VdcCoordinates
Declaration
public CGMBuilder.Vdc VdcCoordinates { get; set; }
Property Value
Widths
Declaration
public CGMBuilder.Width Widths { get; set; }
Property Value
XDimension
Declaration
public double XDimension { get; set; }
Property Value
Type |
Description |
System.Double |
|
YDimension
Declaration
public double YDimension { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
CreateCdf()
Declaration
Returns
CreateWidthDefinition()
Declaration
public WidthDefinition CreateWidthDefinition()
Returns
GetCdf()
Declaration
Returns
GetDatasetNames()
Declaration
public string[] GetDatasetNames()
Returns
Type |
Description |
System.String[] |
|
GetFilenames()
Declaration
public string[] GetFilenames()
Returns
Type |
Description |
System.String[] |
|
GetWidthDefinition()
Declaration
public WidthDefinition GetWidthDefinition()
Returns
SetDatasetNames(String[])
Declaration
public void SetDatasetNames(string[] datasetNames)
Parameters
Type |
Name |
Description |
System.String[] |
datasetNames |
|
SetFilenames(String[])
Declaration
public void SetFilenames(string[] filenames)
Parameters
Type |
Name |
Description |
System.String[] |
filenames |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink