How to clip a trailset3D to range of DrawingPanel3D?
post and replies
Return to the How to clip a trailset3D to range of DrawingPanel3D? thread
Login to post to this thread
|
Question: How to clip a trailset3D to the range of the DrawingPanel3D?
|
Elke Heinecke
2 Posts
|
Is there an easy way to clip the drawing of a trailset3D to the range of the DrawingPanal3D? Thanks a lot
|
|
Re: Question: How to clip a trailset3D to the range of the DrawingPanel3D? -
|
Francisco Esquembre
238 Posts
|
Actually, no. The range of a 3D panel is a hint for the projection, not an absolute limit to the elements in it.
Of course, you can do it using your program logic... But the panel won't do it automatically.
Paco
|
|
Re: Question: How to clip a trailset3D to the range of the DrawingPanel3D? -
|
Elke Heinecke
2 Posts
|
Thank you very much for your quick answer! I'll solve this by internal code.
Best regards Elke
|
|