MCPcopy Create free account

hub / github.com/easyw/kicadStepUpMod / functions

Functions768 in github.com/easyw/kicadStepUpMod

↓ 3 callersFunctiondrawBlock
Return a Part Shape (Compound) from a DXF block reference. It inspects the `blockref.entities` for objects of types `'line'`, `'polyline'`, `
dxf_parser/_importDXF.py:1497
↓ 3 callersFunctiondrawInsert
Return a Part Shape (Compound, Clone) from a DXF insert. It searches for `insert.block` in `blockobjects` or `blockshapes`, and returns a clo
dxf_parser/_importDXF.py:1627
↓ 3 callersFunctiondrawPolyline
Return a Part shape (Wire, Face, or Shell) from a DXF polyline. It traverses the points of the polyline checking for straight edges, and for
dxf_parser/_importDXF.py:752
↓ 3 callersFunctiondrawSplineIterpolation
Return a wire or spline, opened or closed. Parameters ---------- verts : Base::Vector3 A list of points. closed : bool, opti
dxf_parser/_importDXF.py:1194
↓ 3 callersFunctionexportSexp
(sexp, out, prefix='', indent=' ')
fcad_parser/sexp_parser/sexp_parser.py:847
↓ 3 callersFunctiongetSplineSegs
Return a list of points from an edge that is a spline or bezier curve. Parameters ---------- edge : Part::TopoShape ('Edge') An e
dxf_parser/_importDXF.py:2856
↓ 3 callersFunctionget_name
Get the name of an object from its object data. Returns a pair of (data_item, name) where data_item is the list entry where the name was found (the
dxf_parser/_dxfReader.py:106
↓ 3 callersFunctionhandleObject
Add data to an object until end of object is found.
dxf_parser/_dxfReader.py:184
↓ 3 callersMethodmake
(self,copper_thickness=0.05,fit_arcs=True,load_parts=False, board_thickness=None, combo=True, fuse
kicad_parser.py:2869
↓ 3 callersFunctionmake_fp_poly
(params)
kicad_parser.py:322
↓ 3 callersFunctionmake_gr_arc
(params)
kicad_parser.py:333
↓ 3 callersFunctionmake_oval
(size,params=None)
kicad_parser.py:197
↓ 3 callersMethodnetName
(self,p)
kicad_parser.py:914
↓ 3 callersFunctionpointAt
(normal, up)
kicadStepUpCMD.py:5258
↓ 3 callersFunctionprocessdxf
Process the DXF file, creating Part objects in the document. If the `dxfReader` module is not available run `getDXFlibs()` to get the require
dxf_parser/_importDXF.py:1991
↓ 3 callersMethodremoveSelection
Remove single object from selection. Usually gets called when deselecting in the 3d view
explode.py:73
↓ 3 callersFunctionsetDefPreferences
set temporary the preferences of the this module from the parameter database. It creates and sets the global variables: `dxfCreatePart`, `dxf
dxf_parser/_importDXF.py:4017
↓ 2 callersMethodActivated
(self)
kicadStepUpCMD.py:891
↓ 2 callersMethodListDemos
()
InitGui.py:460
↓ 2 callersMethod_export
Export self to an S-epression and write to output stream Args: out: output stream, only needs to implement ``out.write(st
fcad_parser/sexp_parser/sexp_parser.py:209
↓ 2 callersMethod_exportValue
Called by `_export()` to export each individual value It tries ``value._export()`` before fallback to str(value) Subclass can
fcad_parser/sexp_parser/sexp_parser.py:246
↓ 2 callersMethod_makeCustomPad
(self, params)
kicad_parser.py:1786
↓ 2 callersMethod_makePolygons
(self, fields, name, poly_holes, shape_type='face', thickness=0.05, prefix='')
kicad_parser.py:2443
↓ 2 callersMethod_makeSketch
(self,objs,name,label=None)
kicad_parser.py:964
↓ 2 callersMethod_point
Point setting from drawing like extmin,extmax,...
dxf_parser/_dxfLibrary.py:860
↓ 2 callersFunctioncalcBulge
Calculate intermediary vertex for a curved segment. Considering an arc of a circle, it can be defined by two vertices `v1` and `v2`, and a `b
dxf_parser/_importDXF.py:257
↓ 2 callersFunctionconvert
Convert a string to the correct Python type based on its dxf code. code types: ints = 60-79, 170-179, 270-289, 370-389, 400-409, 1060-1070 longs
dxf_parser/_dxfReader.py:133
↓ 2 callersFunctioncopy_subobject
(doc, o,suffix='(copy)')
kicadStepUpCMD.py:3357
↓ 2 callersFunctioncut_fuzzy
(base,tool,ftol)
tracks.py:194
↓ 2 callersFunctioncut_out_tracks
(pcbsk,tracks,tname_sfx)
tracks.py:200
↓ 2 callersFunctiondecimals
(f,n)
exchangePositions.py:119
↓ 2 callersFunctiondrawArc
Return a Part shape (Arc, Edge) from a DXF arc. Parameters ---------- arc : drawing.entities The DXF object of type `'arc'`. The
dxf_parser/_importDXF.py:880
↓ 2 callersFunctiondrawCircle
Return a Part shape (Circle, Edge) from a DXF circle. Parameters ---------- circle : drawing.entities The DXF object of type `'ci
dxf_parser/_importDXF.py:931
↓ 2 callersFunctiondrawLine
Return a Part shape (Wire or Edge) from a DXF line. Parameters ---------- line : drawing.entities The DXF object of type `'line'`
dxf_parser/_importDXF.py:708
↓ 2 callersFunctiondrawMesh
Return a Mesh (Mesh, Shell) from a DXF mesh. Parameters ---------- mesh : drawing.entities The DXF object of type `'polyline'` or
dxf_parser/_importDXF.py:1069
↓ 2 callersFunctiondrawSolid
Return a Part shape (Face) from a DXF solid. It takes three or four points from a `solid`, if possible. It adds the first point again to the
dxf_parser/_importDXF.py:1141
↓ 2 callersFunctiondrawSpline
Return a Part Shape (BSpline, Wire) from a DXF spline. A BSpline may be defined in several ways, by knots, control points, fit points, and we
dxf_parser/_importDXF.py:1316
↓ 2 callersFunctionexplode_pcb
(pos)
explode.py:212
↓ 2 callersMethodexport
(self, out, indent=' ')
fcad_parser/kicad_pcb.py:90
↓ 2 callersFunctionextrude_holes
(holes,w)
tracks.py:178
↓ 2 callersFunctionfindObject
Finds the next occurance of an object.
dxf_parser/_dxfReader.py:162
↓ 2 callersFunctionfindWires
(edges)
kicad_parser.py:429
↓ 2 callersFunctiongetArcData
Return center, radius, start, and end angles of a circle-based edge. Parameters ---------- edge : Part::TopoShape ('Edge') An edg
dxf_parser/_importDXF.py:2792
↓ 2 callersFunctiongetBlock
Return a DXF block with the contents of the object. It creates a `block` object using `_dxfLibrary.Block`, and then writes the given shape wi
dxf_parser/_importDXF.py:2993
↓ 2 callersFunctiongetColor
Get the Draft color defined in the Draft toolbar or preferences. Returns ------- tuple of 4 floats Return the `(r, g, b, 0.0)` tu
dxf_parser/_importDXF.py:531
↓ 2 callersFunctiongetFCversion
()
tracks.py:46
↓ 2 callersFunctiongetGroupColor
Get the color of the layer. It searches the global variable `drawing.tables`, created in `processdxf`, for a `layer`; then iterates on the da
dxf_parser/_importDXF.py:482
↓ 2 callersFunctiongetMultiplePoints
Scan the given entity (paths, leaders, etc.) for multiple points. Parameters ---------- entity : drawing.entities A DXF entity in
dxf_parser/_importDXF.py:408
↓ 2 callersMethodgetNet
(self,p)
kicad_parser.py:884
↓ 2 callersFunctiongetSexpError
(sexp)
fcad_parser/sexp_parser/sexp_parser.py:857
↓ 2 callersFunctiongetTopLevel
(obj)
kicadStepUpCMD.py:174
↓ 2 callersFunctiongetViewBlock
Get a view block. It iterates over all `geom` objects. If the global variable `dxfExportBlocks` exists, it will create the appropriate st
dxf_parser/_importDXF.py:3809
↓ 2 callersFunctiongetWire
Return a list of DXF ready points and bulges from a wire. It builds a list of points from the edges of a `wire`. If the edges are circular ar
dxf_parser/_importDXF.py:2893
↓ 2 callersFunctionget_all_subobjects
Recursively get all subobjects Subobjects of objects having a Shape attribute are not included otherwise each single feature of the objec
kicadStepUpCMD.py:3317
↓ 2 callersFunctionisBrightBackground
Check if the current viewport's background is a bright color. It considers the values of `BackgroundColor` for a solid background, or a combi
dxf_parser/_importDXF.py:440
↓ 2 callersMethodloadParts
(self,z=0,combo=False,prefix='')
kicad_parser.py:2756
↓ 2 callersMethodmakeNetTies
(self,shape_type='face',thickness=0.05,holes=False, fit_arcs=True,prefix='')
kicad_parser.py:2011
↓ 2 callersMethodmakeTracks
(self,shape_type='face',fit_arcs=True, thickness=0.05,holes=False,prefix='')
kicad_parser.py:2355
↓ 2 callersMethodmakeZones
(self,shape_type='face',thickness=0.05, fit_arcs=True, holes=False, prefix='')
kicad_parser.py:2566
↓ 2 callersFunctionmake_gr_circle
(params, width=0)
kicad_parser.py:343
↓ 2 callersFunctionmake_gr_poly
(params)
kicad_parser.py:310
↓ 2 callersFunctionmake_gr_rect
(params)
kicad_parser.py:373
↓ 2 callersFunctionmake_rect
(size,params=None)
kicad_parser.py:154
↓ 2 callersFunctionmake_unicode_d
(input)
makefacedxf.py:80
↓ 2 callersFunctionmake_unicode_t
(input)
tracks.py:124
↓ 2 callersFunctionmake_unicode_t
(input)
fps.py:113
↓ 2 callersFunctiononReset
()
explode.py:270
↓ 2 callersFunctionparseAtom
(obj,sexp,ftype=None)
fcad_parser/sexp_parser/sexp_parser.py:691
↓ 2 callersFunctionprojectShape
Project shape in a given direction. It uses `TechDraw.projectEx(shape, direction)` to return a list with all the parts of the projection.
dxf_parser/_importDXF.py:2736
↓ 2 callersFunctionread
reads the file and creates objects in the active document
_DXF_Import.py:78
↓ 2 callersFunctionread
reads the file and creates objects in the active document
ZipStepImport.py:78
↓ 2 callersFunctionrmvsubtree
(objs)
kicadStepUpCMD.py:128
↓ 2 callersFunctionroundMatrix
(mtx)
exchangePositions.py:142
↓ 2 callersFunctionsanitizeSk
simplifying & sanitizing sketches
constrainator.py:124
↓ 2 callersMethodsaveas
Writes DXF file. Needs target file name. If optional parameter buffer>0, then switch to old behavior: store entire output string in RAM.
dxf_parser/_dxfLibrary.py:905
↓ 2 callersMethodsetupUi
(self, Offset_value)
kicadStepUpCMD.py:667
↓ 2 callersFunctionunpack
(obj)
kicad_parser.py:469
↓ 2 callersFunctionwritePanelCut
Create an object's outline and add it to the given DXF list. Given an object `ob` that contains an outline in its proxy object, it tries obta
dxf_parser/_importDXF.py:3263
↓ 1 callersFunctionAlignView2Face
macro Macro_Align_View_to_Face App:Part and Body compliant
kicadStepUpCMD.py:5252
↓ 1 callersFunctionExp_putOnTopRightCorner
()
explode.py:334
↓ 1 callersFunctionExp_singleInstance
()
explode.py:297
↓ 1 callersFunctionP_Line
(prm1,prm2)
kicadStepUpCMD.py:110
↓ 1 callersFunctionViewByWindow
(name,leftBottom=(0,0),rightTop=(1,1),**options)
dxf_parser/_dxfLibrary.py:813
↓ 1 callersMethod__delitem__
(self,key)
fcad_parser/sexp_parser/sexp_parser.py:172
↓ 1 callersMethod__dxf__
(self)
dxf_parser/_dxfLibrary.py:170
↓ 1 callersMethod__getitem__
(self,key)
fcad_parser/sexp_parser/sexp_parser.py:150
↓ 1 callersMethod__init__
(self, parent=None)
test-mb.py:30
↓ 1 callersMethod__nonzero__
(self)
fcad_parser/sexp_parser/sexp_parser.py:560
↓ 1 callersMethod__setitem__
(self,key,value)
fcad_parser/sexp_parser/sexp_parser.py:164
↓ 1 callersMethod__str__
(self)
dxf_parser/_dxfLibrary.py:283
↓ 1 callersMethod_addDefaults
Add default values Arg: defs (string|Sexp|tuple) Returns: the value with the first key in ``defs
fcad_parser/sexp_parser/sexp_parser.py:258
↓ 1 callersMethod_addValue
Called by `__init__()` to add each individual parsed value Args: sexp (`Sexp`): parsed result action: See
fcad_parser/sexp_parser/sexp_parser.py:505
↓ 1 callersMethod_initStackUp
(self)
kicad_parser.py:746
↓ 1 callersMethod_makeCut
(self,base,tool,name,label=None)
kicad_parser.py:1256
↓ 1 callersMethod_name
Helper function for self._point
dxf_parser/_dxfLibrary.py:856
↓ 1 callersMethod_parse
Called by `__init__()` as a fallback Args: idx (int): index position of this value in its parent
fcad_parser/sexp_parser/sexp_parser.py:514
↓ 1 callersMethod_toggle
(self)
fcad_parser/sexp_parser/sexp_parser.py:569
↓ 1 callersFunctionadd_constraints
adding coincident points constraints
constrainator.py:169
↓ 1 callersFunctionattribs
Check if an insert has attributes, and return the values if positive. It checks the `drawing.entities.data` for the `insert`, and saves the i
dxf_parser/_importDXF.py:1770
↓ 1 callersFunctioncrc_gen_d
(data)
makefacedxf.py:68
← previousnext →101–200 of 768, ranked by callers