plot a point on a surface

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Vincent B
Veteran
Posts: 4741
Joined: Sun Apr 05, 2015 9:02 am
Location: La Rochelle, France

plot a point on a surface

Post by Vincent B »

hi,
is there any feature to plot a point on a surface (u,v) ?
thanks
User avatar
Chris_G
Veteran
Posts: 2601
Joined: Tue Dec 31, 2013 4:10 pm
Location: France
Contact:

Re: plot a point on a surface

Post by Chris_G »

There is no dedicated feature for that.
Are you looking for a Gui tool, or a python script ?

Code: Select all

Part.show(Part.Vertex(myFace.valueAt(u, v)))
User avatar
Vincent B
Veteran
Posts: 4741
Joined: Sun Apr 05, 2015 9:02 am
Location: La Rochelle, France

Re: plot a point on a surface

Post by Vincent B »

python script. thanks i will try that first.
geant
Posts: 42
Joined: Mon Mar 30, 2015 11:54 pm

Re: plot a point on a surface

Post by geant »

WorkFeature Addon might be a solution!
Post Reply