Skip to content

3MFConsortium/lib3mf_julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lib3mf_julia

Julia bindings for lib3mf (From an experimental ACT recipe)

Usage

include(joinpath(@__DIR__, "src", "Lib3MF.jl"))
using .Lib3MF

wrapper = Lib3MF.Wrapper(joinpath(@__DIR__, "libraries", "lib3mf"))
major, minor, micro = Lib3MF.GetLibraryVersion(wrapper)
println("lib3mf version: $(major).$(minor).$(micro)")

Examples

  • examples/createCube.jl
  • examples/readMeshes.jl

Run:

cd examples
julia createCube.jl
julia readMeshes.jl model.3mf

Source of Generated Bindings

Generated by AutomaticComponentToolkit (Julia branch):

https://github.com/vijaiaeroastro/AutomaticComponentToolkit/tree/julia

About

A repository to hold lib3mf Julia bindings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages