Search Results for

    Show / Hide Table of Contents

    Class BoardPropertiesBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BoardPropertiesBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    bool

    AdvancedOptionsFromPart

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

    BoardPropertyFile

    Declaration
    public string BoardPropertyFile { get; set; }
    Property Value
    Type Description
    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
    string

    BoardStackupODBFolder

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

    CalculationPointsPrecision

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

    DefaultHolePlatingThickness

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

    DielectricNxMaterial

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

    DielectricPcbMaterial

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

    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
    int

    ReadViasFromFile

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

    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
    int

    TracePcbMaterial

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

    ViaNxMaterial

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

    ViaPcbMaterial

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

    ViewCalculationReport

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX