@clement wrote:
Hi @stevebaer,
i have a very simple
Rhino.Display.CustomDisplay
conduit which shows an axis widget, it consists of 3 colored lines. This conduit is not “dynamic”.While this
CustomDisplay
runs, i am prompting the user with a simpleGetPoint
operation for a new location of the axis widget. The point getter draws an axis widget (with arrows) using aDynamicDraw
at the mouse position while prompting for a new point which is the new origin of the axis widget. In V6 i get this:
In case you cannot view the video: ConduitClippingProblem.zip (1.2 MB)
It looks like, the
DynamicDraw
is using the clipping bounds of theCustomDisplay
conduit. This is not related to the ground plane setting. Is there a way to tell theDynamicDraw
of my point getter that it should not clip at all ?_
c.
Posts: 1
Participants: 1