” Reads an STL file and converts it into a pyvsim Part. Note that the coordinate system of the STL file is used for the pyvsim Part.
This function uses the facilities of VTK for STL reading. Sometimes this causes a warning window to pop-up, but most of times the files are read successfully.
Parameters : | filename : string
|
---|---|
Returns : | part : pyvsim.Primitives.Part
|