Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

API creating simple geometry

Status
Not open for further replies.

arjunlibra

Mechanical
Joined
May 9, 2008
Messages
3
Location
FI
I am trying to draw circle using API.

If I use feCircle3Point( pt1, pt2, pt3, messages ) method which creates circle in 3D space, then the boolean messages does not seem to work. I do not want the message to be displayed in the messages box. So I put "False", but it still shows up "Curve xx created" in the box.

If I use other methods, they create circle in defined workplane. And here the messages boolean works. But using this I am not able to define workplane through API. And I do not think "Defining Plane methods" are similar to "Defining workplane"?

Can anybody help me with this?

Thank you
 
Hello,
Which version are you using? This doesn't happen on v11.1.1, message are correctly turned off by the boolean.
 
Hi APav, I am using 11.1.1 and I have checked the code many times.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top