Skip to main content

DesCadBoardVia

Information about a via on the CAD board.

type DesCadBoardVia {
copperDiameter: Int!
endLayerName: String
holeDiameter: Int!
location: DesCadPoint!
startLayerName: String
}

Fields

DesCadBoardVia.copperDiameter ● Int! non-null scalar

CAD board via copper diameter.

DesCadBoardVia.endLayerName ● String scalar

CAD board via end layer name.

DesCadBoardVia.holeDiameter ● Int! non-null scalar

CAD board via hole diameter.

DesCadBoardVia.location ● DesCadPoint! non-null object

CAD board hole location.

DesCadBoardVia.startLayerName ● String scalar

CAD board via start layer name.