I created a quick 3d model (incomplete) but wanted to see it in kicad before putting to much effort in.
alas: installing maui phyton script.
But as i cannot move my objects in one single move i tried to save it 1:st as wrl and secondly as step.
But step need to be with all objects unified as one (connected ?)
I dont know how to get this in as a single object.
screen shot from freecad with its native format FCstd and a loaded module shown
Hi @nicholas as @Rene_Poschl pointed out,
you can fuse (make a union) of your objects or just make a compoundā¦
anyway the chip is a DFN with 10 pins, 2x2 pith 0.5
It can be parametrically generated by my FreeCAD scripts here
creating the right parametric list, just copying the parameters from the pdf file @ the Table 10.1. Package Diagram Dimensions section
ā¦
anyway that is the model automatically generated with my scripts and FreeCAD Si1133.FCStd (15.7 KB)
If you use VRML and keep the opaque parts as a separate object within FreeCAD before exporting it, you can āsafeā the transparency (works in nightly 2016-09-17). Didnāt try STEP in KiCAD yet, but maybe you can set different faces to have transparency (as you have to unify it), but I wouldnāt count on it.
PS:
Autodesk Inventor also only does transparency for separate parts only internally and exported as different STEP parts.
To make it work for VRML one has to select the parts that need to be opaque and set their transparency option to less than 100% in FreeCAD. Donāt know if STEP does support something like thatā¦
Another workaround might be to have 2 STEP parts for your device and load both in your footprint definition. One opaque and the other solid. KiCAD will put them over each other and should behaveā¦
Re: STEP and transparency - no, STEP does not support transparency; after all it is intended to pass CAM data and not visual information. I guess VRML will survive in KiCad for some time then even though I never use it. But who knows - STEP is always changing and someone might stuff a material appearance spec in there.
Hi @nicholas you can conserve transparency in wrl both on kicad stable and kicad nightly if:
create your model in FC assigning transparency values to subparts
select all parts and export those with kicad StepUp (you can export without wrl material check or with wrl materials⦠in case you select to export with materials, you have to assign āasisā to transparent blocks)
create a simple copy with FC Part and fuse all the objects, then export the step model and donāt overwrite wrl model. Si1133-wTransparency.FCStd (52.2 KB)
Please consider that STEP doesnāt support transparency, so you will not have any transparency on 3d viewer assigning 3D STEP model to your footprint.
The best option IMO for aesthetic and mechanical design is to use WRL (coming from STEP model) in kicad 3d viewer and STEP for MCAD.
Removing WRL support from kicad would reduce kicad featuresā¦
it will remove material properties on 3D models, throwing away many of the 3D raytracing features
it will remove transparency properties on 3D models (very useful both for aesthetic and for mechanical purposes)
I donāt see any advantage on removing a well working featureā¦
Maurice