question

Ameen M Shabeer avatar image
0 Likes"
Ameen M Shabeer asked Isaac Litster commented

Draw 3D Arc

Hi, How can I draw a 3D Curve/Arc in Model to represent the material flow?

FlexSim 18.2.2
drawcurvearc
capture.jpg (93.6 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.

tannerp avatar image tannerp commented ·

@Ameen MS Is the curve/arc the path that you'd like the object to follow? Or is it simply for visual purposes?

0 Likes 0 ·
Ameen M Shabeer avatar image Ameen M Shabeer tannerp commented ·

Hi, it is only for visual representatione

0 Likes 0 ·
Joshua S avatar image
0 Likes"
Joshua S answered tannerp commented

@Ameen MS

Is something like this what you are looking for?

rotating-arrows.fsm


rotating-arrows.fsm (111.8 KiB)
· 3
5 |100000

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

Ameen M Shabeer avatar image Ameen M Shabeer commented ·

Hi @Joshua S

Thanks For Sharing the model.

I actually looking for an option similar to this. I do not want animation.

Since required 100+ curves like this, I prefer OpenGL/Mesh for dynamic draw

0 Likes 0 ·
Joshua S avatar image Joshua S Ameen M Shabeer commented ·

Can you explain how you want it dynamic? Do you want it as a trailing effect?

0 Likes 0 ·
Ameen M Shabeer avatar image Ameen M Shabeer Joshua S commented ·

Hi @Joshua S

I don't want any trailing/Animation effect.

need to connect the centre points of the two locations (Queue) with a 3D Arc.

this is to represent the material flow in a pictorial way as a result.

there are 200+ locations in my model, from each location there will be multiple flows.

0 Likes 0 ·
Steven Hamoen avatar image
1 Like"
Steven Hamoen answered Isaac Litster commented

@Ameen MS

For a simple solution you could draw a cylinder or disk (drawcylinder(),drawdisk()) they both have an inner and outer radius and you could stick halve of it underground.

Other simple solution would be to make a arc in a 3D software like autocad (or AC3D which is cheap but works very well) scale it to 1x1x1 and then make it the size you want. This means that there is still quite some flexibility in making it dynamic

Or look into creating your own mesh (mesh() ) and create your arc with opengl.

· 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.

Joshua S avatar image Joshua S commented ·

@Ameen MS

Here are 2 example models that demonstrate Steven's suggestions.

drawarc1.fsm

drawarc-3d-shape.fsm

1 Like 1 ·
draw-arc.gif (3.7 MiB)
draw-arc-3d.gif (4.4 MiB)
drawarc1.fsm (17.0 KiB)
Isaac Litster avatar image Isaac Litster commented ·

@Ameen MS

Were you able to get your problem resolved? If so, please click the Accept button below the answer. If you need more assistance please let us know.

Thank you!

0 Likes 0 ·
Karuppasamy Pitchai avatar image
0 Likes"
Karuppasamy Pitchai answered Isaac Litster commented

@Ameen MS Create a 3D curve/arc in AutoCAD and import into FlexSim.

· 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.

Ameen M Shabeer avatar image Ameen M Shabeer commented ·

Hi, I am looking for a dinamic Object

0 Likes 0 ·
Isaac Litster avatar image Isaac Litster Ameen M Shabeer commented ·

You could use Steven's idea and create a circle/ring and then have it constantly be rotating with half of it "underground."

0 Likes 0 ·

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.