NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.PcbExchange.EcadImportBuilder Class Reference

Represents a NXOpen.PcbExchange.EcadImportBuilder More...

Inheritance diagram for NXOpen.PcbExchange.EcadImportBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  EcadLocationEnum { Os, Tc }
 This enum defines the Ecad location options. More...
 
enum  ImportOptionEnum { All, BoardOnly }
 This enum defines the import option. More...
 

Properties

unsafe string BoardFile [get, set]
 Returns or sets the board file More...
 
unsafe string BoardFolder [get, set]
 Returns or sets the board folder More...
 
unsafe NXOpen.Expression BoardThickness [get]
 Returns the board thickness More...
 
unsafe
NXOpen.PcbExchange.EcadImportBuilder.EcadLocationEnum 
EcadLocation [get, set]
 Returns or sets the ecad from More...
 
unsafe string EcadNumber [get, set]
 Returns or sets the ecad number More...
 
unsafe string EcadRevision [get, set]
 Returns or sets the ecad revision More...
 
unsafe
NXOpen.PcbExchange.EcadImportBuilder.ImportOptionEnum 
ImportOption [get, set]
 Returns or sets the import option More...
 
unsafe bool IsOdbFolder [get, set]
 Returns or sets the odb folder selection option More...
 
unsafe string LibraryFile [get, set]
 Returns or sets the library file More...
 
unsafe bool OnlyUseExistingComponents [get, set]
 Returns or sets the only use existing components option More...
 
unsafe string OutputPart [get, set]
 Returns or sets the output part More...
 
unsafe bool OverrideBoardThickness [get, set]
 Returns or sets the override board thickness option More...
 
unsafe string PartName [get, set]
 Returns or sets the part name More...
 
unsafe string PartNumber [get, set]
 Returns or sets the part number More...
 
unsafe string PartRevision [get, set]
 Returns or sets the part revision More...
 
unsafe bool ShowLog [get, set]
 Returns or sets the show the log option More...
 
unsafe bool UseCurrentWorkPart [get, set]
 Returns or sets the use current work part option More...
 
unsafe bool UseEntityFilter [get, set]
 Returns or sets the use entity filter option More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.PcbExchange.EcadImportBuilder

To create a new instance of this class, use NXOpen.PcbExchange.Manager.CreateEcadImportBuilder

Created in NX1899.0.0

Member Enumeration Documentation

This enum defines the Ecad location options.

Enumerator
Os 
Tc 

This enum defines the import option.

Enumerator
All 
BoardOnly 

Property Documentation

unsafe string NXOpen.PcbExchange.EcadImportBuilder.BoardFile
getset

Returns or sets the board file

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")

unsafe string NXOpen.PcbExchange.EcadImportBuilder.BoardFolder
getset

Returns or sets the board folder

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")

unsafe NXOpen.Expression NXOpen.PcbExchange.EcadImportBuilder.BoardThickness
get

Returns the board thickness

Created in NX1899.0.0

License requirements: None.

unsafe NXOpen.PcbExchange.EcadImportBuilder.EcadLocationEnum NXOpen.PcbExchange.EcadImportBuilder.EcadLocation
getset

Returns or sets the ecad from

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")

unsafe string NXOpen.PcbExchange.EcadImportBuilder.EcadNumber
getset

Returns or sets the ecad number

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")

unsafe string NXOpen.PcbExchange.EcadImportBuilder.EcadRevision
getset

Returns or sets the ecad revision

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")

unsafe NXOpen.PcbExchange.EcadImportBuilder.ImportOptionEnum NXOpen.PcbExchange.EcadImportBuilder.ImportOption
getset

Returns or sets the import option

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")

unsafe bool NXOpen.PcbExchange.EcadImportBuilder.IsOdbFolder
getset

Returns or sets the odb folder selection option

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")

unsafe string NXOpen.PcbExchange.EcadImportBuilder.LibraryFile
getset

Returns or sets the library file

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")

unsafe bool NXOpen.PcbExchange.EcadImportBuilder.OnlyUseExistingComponents
getset

Returns or sets the only use existing components option

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")

unsafe string NXOpen.PcbExchange.EcadImportBuilder.OutputPart
getset

Returns or sets the output part

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")

unsafe bool NXOpen.PcbExchange.EcadImportBuilder.OverrideBoardThickness
getset

Returns or sets the override board thickness option

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")

unsafe string NXOpen.PcbExchange.EcadImportBuilder.PartName
getset

Returns or sets the part name

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")

unsafe string NXOpen.PcbExchange.EcadImportBuilder.PartNumber
getset

Returns or sets the part number

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")

unsafe string NXOpen.PcbExchange.EcadImportBuilder.PartRevision
getset

Returns or sets the part revision

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")

unsafe bool NXOpen.PcbExchange.EcadImportBuilder.ShowLog
getset

Returns or sets the show the log option

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")

unsafe bool NXOpen.PcbExchange.EcadImportBuilder.UseCurrentWorkPart
getset

Returns or sets the use current work part option

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")

unsafe bool NXOpen.PcbExchange.EcadImportBuilder.UseEntityFilter
getset

Returns or sets the use entity filter option

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_maya_exchange ("Unigraphics NX PCB Exchange")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.