DesCadBoardCopperRegion
Information about a copper layer region on the CAD board.
type DesCadBoardCopperRegion {
holeShapesJson: String
layerName: String
outlineShapesJson: String
regionType: DesCadBoardCopperRegionType!
}
Fields
DesCadBoardCopperRegion.holeShapesJson ● String scalar
JSON serialized array of *GeometricShape*.
DesCadBoardCopperRegion.layerName ● String scalar
CAD board copper region layer name.
DesCadBoardCopperRegion.outlineShapesJson ● String scalar
JSON serialized array of *GeometricShape*.
DesCadBoardCopperRegion.regionType ● DesCadBoardCopperRegionType! non-null enum
CAD board copper region type.