Published February 6, 2026
| Version 1.2.0
Software
Open
UFFFiles.jl
Contributors
Other:
Description
UFFFiles.jl
A Julia package for reading and writing Universal File Format (UFF) files, commonly used in engineering applications.
Installation
Install `UFFFiles.jl` via Julia's package manager:
import PkgPkg.add("UFFFiles")or
(Yourenv) pkg> add UFFFilesBasic usage
using UFFFilesdata = readuff("path/to/your/file.uff")writeuff("path/to/save/file.uff", data)Helper functions
- Converting units to SI
convert_to_si(data)- Convert a series of similar datasets to a matrix (for datasets 55 or 58)
collect_to_mat(data)Supported formats
Currently, `UFFFiles.jl` supports reading and writing UFF files with the following blocks:
- Dataset 15
- Dataset 18
- Dataset 55
- Dataset 58
- Dataset 82
- Dataset 151
- Dataset 164
- Dataset 1858
- Dataset 2411
- Dataset 2412
- Dataset 2414
Files
UFFFiles.jl-1.2.0.zip
Files
(701.4 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:43cfda8b2cb3343ec38a1b7cf6c91a9d
|
701.4 kB | Preview Download |
Additional details
Software
- Repository URL
- https://github.com/maucejo/UFFFiles.jl
- Programming language
- Julia
- Development Status
- Active