Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add FloatType to Modia3D_Interface.jl #127

Merged
merged 2 commits into from
Jan 17, 2022

Conversation

AndreaNeumayr
Copy link
Member

No description provided.

CoordinateSystem(; kwargs...) = Par(; _constructor = :(Modia.Modia3D.CoordinateSystem) , kwargs...)
FileMesh( ; kwargs...) = Par(; _constructor = :(Modia.Modia3D.FileMesh) , kwargs...)
Font( ; kwargs...) = Par(; _constructor = :(Modia.Modia3D.Font) , kwargs...)
TextShape( ; kwargs...) = Par(; _constructor = :(Modia.Modia3D.TextShape) , kwargs...)
ModelicaShape( ; kwargs...) = Par(; _constructor = :(Modia.Modia3D.ModelicaShape) , kwargs...)
Fix( ; kwargs...) = Par(; _constructor = :(Modia.Modia3D.Fix) , kwargs...)
Fix( ; kwargs...) = Par(; _constructor = :(Modia.Modia3D.Fix{FloatType}) , kwargs...)
Bushing( ; kwargs...) = Par(; _constructor = :(Modia3D.Bushing) , kwargs...)
SpringDamperPtP( ; kwargs...) = Par(; _constructor = :(Modia3D.SpringDamperPtP) , kwargs...)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FloatType is missing for Bushing and SpringDamperPtP. Please sync with: Modia3D/src/ModiaInterface/model3d.jl

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. I'll change that.

@GerhardHippmann GerhardHippmann merged commit ab363cb into main Jan 17, 2022
@AndreaNeumayr AndreaNeumayr deleted the an_updateModia3DInterface branch January 17, 2022 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants