We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tried to understand Modia3D and found some functions are not clear for me.
Modia3D
function revertRevoluteKind defines 2 parameters, but oldChild::Object3D{F} is never used.
revertRevoluteKind
oldChild::Object3D{F}
Modia3D.jl/src/Composition/joints/Revolute.jl
Line 82 in 33856e3
This function is used in joints.jl in function jointSpecificTreatment
joints.jl
jointSpecificTreatment
Modia3D.jl/src/Composition/joints/joints.jl
Line 866 in 33856e3
(oldChild, newChild)
The function jointSpecificTreatment is used in handler.jl in jointSpecificTreatment!(newChild, oldChild)
handler.jl
jointSpecificTreatment!(newChild, oldChild)
Modia3D.jl/src/Composition/handler.jl
Line 174 in 33856e3
newChild here is the first parameter. all other functions uses the order (oldChild, newChild)
newChild
The text was updated successfully, but these errors were encountered:
Thanks for your hints. I'll change that.
Sorry, something went wrong.
changed functions according to issue #139
d3f64e0
See #140
Merge pull request #140 from ModiaSim/an_issue139
d7c935b
No branches or pull requests
tried to understand
Modia3D
and found some functions are not clear for me.revolute.jl
function
revertRevoluteKind
defines 2 parameters, butoldChild::Object3D{F}
is never used.Modia3D.jl/src/Composition/joints/Revolute.jl
Line 82 in 33856e3
joints.jl
This function is used in
joints.jl
in functionjointSpecificTreatment
Modia3D.jl/src/Composition/joints/joints.jl
Line 866 in 33856e3
with 2 parameters
(oldChild, newChild)
handler.jl
The function
jointSpecificTreatment
is used inhandler.jl
injointSpecificTreatment!(newChild, oldChild)
Modia3D.jl/src/Composition/handler.jl
Line 174 in 33856e3
newChild
here is the first parameter.all other functions uses the order
(oldChild, newChild)
The text was updated successfully, but these errors were encountered: