Class BoardPropertiesBuilder
Inheritance
BoardPropertiesBuilder
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
AdvancedOptionsFromPart
Declaration
public bool AdvancedOptionsFromPart { get; set; }
Property Value
BoardPropertyFile
Declaration
public string BoardPropertyFile { get; set; }
Property Value
BoardStackup
Declaration
public BoardPropertiesBuilder.BoardStackupOption BoardStackup { get; set; }
Property Value
BoardStackupFile
Declaration
public string BoardStackupFile { get; set; }
Property Value
BoardStackupODBFolder
Declaration
public string BoardStackupODBFolder { get; set; }
Property Value
CalculationPointsPrecision
Declaration
public int CalculationPointsPrecision { get; set; }
Property Value
DefaultHolePlatingThickness
Declaration
public Expression DefaultHolePlatingThickness { get; }
Property Value
DielectricNxMaterial
Declaration
public int DielectricNxMaterial { get; set; }
Property Value
DielectricPcbMaterial
Declaration
public int DielectricPcbMaterial { get; set; }
Property Value
MaterialsFrom
Declaration
public BoardPropertiesBuilder.MaterialsFromOption MaterialsFrom { get; set; }
Property Value
NumberOfCalculationPoints
Declaration
public int NumberOfCalculationPoints { get; set; }
Property Value
ReadViasFromFile
Declaration
public bool ReadViasFromFile { get; set; }
Property Value
StructuralAlgorithm
Declaration
public BoardPropertiesBuilder.StructuralAlgorithmOption StructuralAlgorithm { get; set; }
Property Value
ThermalAlgorithm
Declaration
public BoardPropertiesBuilder.ThermalAlgorithmOption ThermalAlgorithm { get; set; }
Property Value
TraceNxMaterial
Declaration
public int TraceNxMaterial { get; set; }
Property Value
TracePcbMaterial
Declaration
public int TracePcbMaterial { get; set; }
Property Value
ViaNxMaterial
Declaration
public int ViaNxMaterial { get; set; }
Property Value
ViaPcbMaterial
Declaration
public int ViaPcbMaterial { get; set; }
Property Value
ViewCalculationReport
Declaration
public bool ViewCalculationReport { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink