DesPad
Pad information.
type DesPad {
designator: String
globalDesignator: String
holeSize: DesSize!
isPlated: Boolean
layer: DesLayer
net: DesNet
padType: DesPadType!
position: DesPosition2D!
radius: Int
rotation: Decimal
shape: DesPrimitiveShape
size: DesSize2D!
}
Fields
DesPad.designator ● String scalar
The designator associated with this pad.
DesPad.globalDesignator ● String scalar
The global designator associated with this pad.
DesPad.holeSize ● DesSize! non-null object
The hole size of this pad.
DesPad.isPlated ● Boolean scalar
The plated status of this pad.
DesPad.layer ● DesLayer object
The layer associated with this pad.
DesPad.net ● DesNet object
The net associated with this pad.
DesPad.padType ● DesPadType! non-null enum
The type of this pad.
DesPad.position ● DesPosition2D! non-null object
The position of this pad.
DesPad.radius ● Int scalar
The radius of this pad.
DesPad.rotation ● Decimal scalar
The rotation of this pad.
DesPad.shape ● DesPrimitiveShape enum
The shape of this pad.
DesPad.size ● DesSize2D! non-null object
The size of this pad.