Skip to main content

DesCadBoardCopperLayer

Information about a copper layer on the CAD board.

type DesCadBoardCopperLayer {
isPadAndViaBarrelsSpecialLayer: Boolean!
models: [DesCadBoard3DBodyModelData!]
name: String
platformLayerId: Int!
thickness: Int!
}

Fields

DesCadBoardCopperLayer.isPadAndViaBarrelsSpecialLayer ● Boolean! non-null scalar

True if CAD board copper layer is pad and via barrels special layer.

DesCadBoardCopperLayer.models ● [DesCadBoard3DBodyModelData!] list object

CAD board copper layer models.

DesCadBoardCopperLayer.name ● String scalar

CAD board copper layer name.

DesCadBoardCopperLayer.platformLayerId ● Int! non-null scalar

CAD board copper layer platform layer identifier.

DesCadBoardCopperLayer.thickness ● Int! non-null scalar

CAD board copper layer thickness.