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
|
|||
|
|||
createinstance() bug??
I think there is a glitch with createinstance();.
createinstance(node("/Rack42",model()),model()); when referencing a rack, and i create an instance of that rack, the number of bays is not consistent. seems like it adds a tenth digit. 6bays(original) = 16bays(new instance). 14bays = 24bays(basic table says 24 but has not been applied yet...). STRANGE. can someone check this? |
#2
|
||||
|
||||
createinstance() is used to create instances of library objects.
If you want to make a copy of an object that is in your model or a userlibrary, use createcopy(). |
The Following User Says Thank You to Phil BoBo For This Useful Post: | ||
Gi Cha (08-12-2010) |