DesCadBendingLine
Lines in your board where the design is folded at assembly.
type DesCadBendingLine {
affectedRegions: [String!]
angle: Float!
endPoint: DesCadPoint!
foldIndex: Int!
radius: Int!
startPoint: DesCadPoint!
}
Fields
DesCadBendingLine.affectedRegions ● [String!] list scalar
The regions affected by the bend.
DesCadBendingLine.angle ● Float! non-null scalar
The angle in degrees that the surface of the flex region is to bend.
DesCadBendingLine.endPoint ● DesCadPoint! non-null object
Line ending point.
DesCadBendingLine.foldIndex ● Int! non-null scalar
Defines the sequence that the bends are folded in at assembly.
DesCadBendingLine.radius ● Int! non-null scalar
The distance away from the bend surface that the bending center point is located.
DesCadBendingLine.startPoint ● DesCadPoint! non-null object
Line starting point.