Projecting a Centermark onto surface

Is there a way to project a centermark onto a surface? I tried the project cmd but it appears to not work with a centermark.

Hi Gary - yeah that is an annotation - I guess you could ExtractPt then project the point as a start.

-Pascal

ok, thanks. it would be helpful if the centermark could be projected (as an enhancement)

@gary3 - here’s a python that may help - use

RunPythonScript and navigate to the py file or - more convenient - use

! _-RunPythonScript "Full path to py file inside double-quotes"

That can be on an alias or button.

ProjectAnnotation.py (1.1 KB)

As always, guaranteed slightly tested…

-Pascal

@pascal is there ay easy way to make this so you can subobject select a surface and project onto that?

Easy, I don’t know, look at whom you’re dealing with here… but I’ll take a look.
-Pascal

1 Like

hey pascal, don’t worry about it, i found a script i butchered and have something acceptable. thank you