Skip to main content

DesCadBoardHole

Information about a hole on the CAD board component.

type DesCadBoardHole {
associatedComponentDesignator: String
counterAngle: Float!
counterDepth: Int!
counterSize: Int!
counterType: DesCadCounterType!
designator: String
diameter: Int!
holeType: DesCadHoleType!
isPlated: Boolean!
location: DesCadPoint!
objectType: DesCadBoardObjectType!
originalDesignator: String
rotation: Float!
size: DesCadPoint!
uniqueId: String
}

Fields

DesCadBoardHole.associatedComponentDesignator ● String scalar

CAD board cut abstruct associated component designator.

DesCadBoardHole.counterAngle ● Float! non-null scalar

CAD board hole counter angle.

DesCadBoardHole.counterDepth ● Int! non-null scalar

CAD board hole counter depth.

DesCadBoardHole.counterSize ● Int! non-null scalar

CAD board counter size.

DesCadBoardHole.counterType ● DesCadCounterType! non-null enum

CAD board hole counter type.

DesCadBoardHole.designator ● String scalar

Object designator.

DesCadBoardHole.diameter ● Int! non-null scalar

CAD board hole diameter.

DesCadBoardHole.holeType ● DesCadHoleType! non-null enum

CAD board hole type.

DesCadBoardHole.isPlated ● Boolean! non-null scalar

True if CAD board hole is plated.

DesCadBoardHole.location ● DesCadPoint! non-null object

Board object location.

DesCadBoardHole.objectType ● DesCadBoardObjectType! non-null enum

Board object type.

DesCadBoardHole.originalDesignator ● String scalar

Original designator of CAD board cut abstruct.

DesCadBoardHole.rotation ● Float! non-null scalar

Board object rotation.

DesCadBoardHole.size ● DesCadPoint! non-null object

CAD board hole size.

DesCadBoardHole.uniqueId ● String scalar

CAD board cut abstruct unique identifier.