ATTENTIONThis FlexSim Community Forum is read-only. Please post any new questions, ideas, or discussions to our new community (we call it Answers) at https://answers.flexsim.com/. Our new Question & Answer site brings a modern, mobile-friendly interface and more focus on getting answers quickly. There are a few differences between how our new Q&A community works vs. a classic, threaded-conversation-style forum like the one below, so be sure to read our Answers Best Practices. |
flexsim.com |
#1
|
|||
|
|||
Adjusting 3d shape of a crane
L.S.
Is it possible to adjust more parts of the 3d shape of the standard FlexSim crane? Right now only modifying the hoisting part is possible but for future use it would be nice to use some more specified 3d shapes with a trolley and the like. I know detailed visualization isn't the main purpose of a simulation package but I suppose that there are more applications where a standard crane is a little too basic. Maurits |
#2
|
||||
|
||||
Hello Maurits,
There are 2 ways that I can think of. 1 If you return a true (1) on the ondraw trigger of the crane object (first tabpage of properties) the default draw code of the crane is not executed. Instead you can create your own crane by using the draw commands of flexsim. If you toggle the node as C++ or DLL you can even use full opengl to create what ever you want (of course then you would need to compile before running). 2 A second option that can be used standalone or in combination with solution 1, is putting an extra object (e.g. a Basic FR) inside the crane and attach a 3D file with this object and manipulate the position and or dimension on the ondraw trigger of the crane. I hope this helps you further. Regards, Steven Hamoen |
#3
|
||||
|
||||
Maurits,
Cliff has posted something that you might find useful in the Downloads section under picklists. It will allow you to change each part of the crane to be a different shape. You load the code as a library and it will appear in your cranes Custom Draw picklist menu. Brenton Flexsim Support |