Message 1 of 3
Problem Jig and Snap
Not applicable
02-26-2013
04:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
i coded a simple utility that allow you to quote an angle with the DrawJig.
In the sampler i have this code
PromptPointResult ppr = prompts.AcquirePoint("Insert second point");
if (ppr.Value.DistanceTo(_point) < 0.01)
return SamplerStatus.NoChange;
if (ppr.Status == PromptStatus.OK)
_point = ppr.Value;
return SamplerStatus.OK;
I can't explain the problem well so i posted the gif, i don't know why but the snap doesn't work.