main content

custom geometry and pcb fabrication -凯发k8网页登录

bends, curves, rings, radials, and custom traces; boolean operations, gerber file read and write

use the shape objects to create different designs and complex shapes and create custom printed circuit board (pcb) components to complete pcb designs quickly. use line interconnects such as bends, curves, mitered edges, and traces to effectively lay out pcb components.

gerber files are open ascii vector format files that contain information on each physical board layer of the pcb design. these files also represent circuit board objects, like copper traces, vias, pads, solder mask, and silkscreen images by series of coordinates. write gerber files that can be used by pcb manufacturers to translate the details of the design into physical properties of the pcb.

objects

bends

create curved bend shape on x-y plane
create mitered bend shape on x-y plane
create right-angle bend shape on x-y plane

u bends

create u-bend with curved edges on x-y plane
create u-bend with mitered edges on x-y plane
create right-angle u-bend shape on x-y plane

rings, curves, and radial

create annular ring on x-y plane
create square ring on x-y plane
create split ring shape on x-y plane
create curved shape on x-y plane
create radial shape
create delta shape
create dumbbell shape on x-y plane

traces

create even-sided polygon trace in spiral form
create rectangular trace
create tee trace
create cross-shaped trace
create step trace in xy plane
create tapered trace in x-y plane

custom traces

create custom line trace based on specified x and y coordinates
create line trace
create single or multifeed pcb component
import and update gerber files
create pcb board definitions from 2-d pcb designs
create rf toolbox circuit element

functions

create pcbreader object with specified gerber and drill files
generate gerber files
create new component using cascade operation
boolean unite operation on two rf pcb shapes
boolean subtraction operation on two rf pcb shapes
shape1 shape2 for rf pcb shapes
shape1 - shape2 for rf pcb shapes
boolean intersection operation on two rf pcb shapes
shape1 & shape2 for rf pcb shapes
calculate area of rf pcb shape in square meters
display pcb component structure or pcb shape
change size of rf pcb shape by fixed amount
move rf pcb shape to new location
rotate rf pcb shape about defined axis
rotate rf pcb shape about x-axis
rotate rf pcb shape about y-axis and angle
rotate rf pcb shape about z-axis
mirror shape along x-axis
mirror shape along y-axis

topics


  • this example shows you how to define the boardthickness of pcb with respect to dielectric thickness of pcbcomponent object for different use-cases.

网站地图