Class EcadExportBuilder
Inheritance
System.Object
System.MarshalByRefObject
EcadExportBuilder
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 EcadExportBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
EcadExportBuilder()
Declaration
protected EcadExportBuilder()
Properties
BoardFile
Declaration
public string BoardFile { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BoardOnly
Declaration
public bool BoardOnly { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
EcadLocation
Declaration
public EcadExportBuilder.EcadLocationEnum EcadLocation { get; set; }
Property Value
EcadNumber
Declaration
public string EcadNumber { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EcadRevision
Declaration
public string EcadRevision { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public EcadExportBuilder.FileFormatEnum FileFormat { get; set; }
Property Value
FileUnits
Declaration
public EcadExportBuilder.ExportUnitsEnum FileUnits { get; set; }
Property Value
LibraryFile
Declaration
public string LibraryFile { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ShowLog
Declaration
public bool ShowLog { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseCurrentWorkPart
Declaration
public bool UseCurrentWorkPart { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseEntityFilter
Declaration
public bool UseEntityFilter { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
GetAreaMapping()
Declaration
public AreaMapping GetAreaMapping()
Returns
GetEntityFilter()
Declaration
public EntityFilter GetEntityFilter()
Returns
RunPreExportEcadHook()
Declaration
public void RunPreExportEcadHook()
SetAreaMapping(AreaMapping)
Declaration
public void SetAreaMapping(AreaMapping areaMapping)
Parameters
SetEntityFilter(EntityFilter)
Declaration
public void SetEntityFilter(EntityFilter filter)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink