question

Matthew Eskridge avatar image
0 Likes"
Matthew Eskridge asked Phil BoBo edited

Why does my .3ds file not change the object correctly?

Attached, I have an example of what's happening. I will change the object but is within the original.

FlexSim 17.1.4
importing 3d filesimporting 3dsimporting sketchup
objectissue.png (186.8 KiB)
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·

The Rack object has custom draw code that draws the shelves. Do you need your object to be a Rack? If not, just use a different kind of object.

1 Like 1 ·
Matthew Eskridge avatar image Matthew Eskridge commented ·

I would prefer it to be a rack, since that is more or less what the new objects role will be. I can just use another object, such as a queue, but wanted to check. Thanks.

0 Likes 0 ·

1 Answer

·
Matthew Gillespie avatar image
1 Like"
Matthew Gillespie answered Phil BoBo edited

The Rack object has custom draw code that draws the shelves. You can disable it by opening the Rack's properties, moving to the Triggers page, clicking the Edit Code (scroll) button of the Custom Draw trigger, and putting in this line of code:

return 1;

That will tell the Rack not to do its custom draw code.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.