Search Results for

    Show / Hide Table of Contents

    Class BoardPropertiesBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BoardPropertiesBuilder
    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.PcbExchange
    Assembly: NXOpen.dll
    Syntax
    public class BoardPropertiesBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    BoardPropertiesBuilder()

    Declaration
    protected BoardPropertiesBuilder()

    Properties

    AdvancedOptionsFromFile

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

    AdvancedOptionsFromPart

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

    BoardPropertyFile

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

    BoardStackup

    Declaration
    public BoardPropertiesBuilder.BoardStackupOption BoardStackup { get; set; }
    Property Value
    Type Description
    BoardPropertiesBuilder.BoardStackupOption

    BoardStackupFile

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

    BoardStackupODBFolder

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

    CalculationPointsPrecision

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

    DefaultHolePlatingThickness

    Declaration
    public Expression DefaultHolePlatingThickness { get; }
    Property Value
    Type Description
    Expression

    DielectricNxMaterial

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

    DielectricPcbMaterial

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

    MaterialsFrom

    Declaration
    public BoardPropertiesBuilder.MaterialsFromOption MaterialsFrom { get; set; }
    Property Value
    Type Description
    BoardPropertiesBuilder.MaterialsFromOption

    NumberOfCalculationPoints

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

    ReadViasFromFile

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

    StructuralAlgorithm

    Declaration
    public BoardPropertiesBuilder.StructuralAlgorithmOption StructuralAlgorithm { get; set; }
    Property Value
    Type Description
    BoardPropertiesBuilder.StructuralAlgorithmOption

    ThermalAlgorithm

    Declaration
    public BoardPropertiesBuilder.ThermalAlgorithmOption ThermalAlgorithm { get; set; }
    Property Value
    Type Description
    BoardPropertiesBuilder.ThermalAlgorithmOption

    TraceNxMaterial

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

    TracePcbMaterial

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

    ViaNxMaterial

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

    ViaPcbMaterial

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

    ViewCalculationReport

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

    Implements

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