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
Hi! Is there a way how to make MA work when there are customHose present?
for e.g.:
<connectionHoses> <customHose node="cnhMultiCoupler" type="cnhMultiCoupler" attacherJointIndices="1"/> <customHose node="electricConnector" type="cnhElectricConnector" attacherJointIndices="1"/> <target attacherJointIndices="2" type="electric" node="electricBack" socket="electric"/> <localHose> <hose type="hydraulicIn" node="localHose01Start" length="0.8" diameter="0.012" straighteningFactor="2" isWorldSpaceHose="false" isTwoPointHose="true" adapterType="NONE"/> <target type="hydraulicIn" node="localHose01End"/> </localHose> <localHose> <hose type="hydraulicIn" node="localHose02Start" length="0.8" diameter="0.012" straighteningFactor="2" isWorldSpaceHose="false" isTwoPointHose="true" adapterType="NONE"/> <target type="hydraulicIn" node="localHose02End"/> </localHose> <localHose> <hose type="hydraulicIn" node="localHose03Start" length="0.8" diameter="0.012" straighteningFactor="2" isWorldSpaceHose="false" isTwoPointHose="true" adapterType="NONE"/> <target type="hydraulicIn" node="localHose03End"/> </localHose> <localHose> <hose type="hydraulicIn" node="localHose04Start" length="0.8" diameter="0.024" straighteningFactor="2" isWorldSpaceHose="false" isTwoPointHose="true" adapterType="NONE"/> <target type="hydraulicIn" node="localHose04End"/> </localHose> </connectionHoses>
The cutter works fine but the MA ignores the existing hoses. If I turn of MA then hoses connect visually OK.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! Is there a way how to make MA work when there are customHose present?
for e.g.:
The cutter works fine but the MA ignores the existing hoses. If I turn of MA then hoses connect visually OK.
The text was updated successfully, but these errors were encountered: