Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

vertex inside a brepbody

Anonymous

vertex inside a brepbody

Anonymous
Not applicable

How do i assign the vertex from a square brepbody into a 3dpoint?

0 Likes
Reply
480 Views
5 Replies
Replies (5)

ekinsb
Alumni
Alumni

The geometry property of the BRepVertex object returns a Point3D object.


Brian Ekins
Inventor and Fusion 360 API Expert
Mod the Machine blog
0 Likes

Anonymous
Not applicable

I cannot see any function Call in BRepBody class that Returns a BRepVertex Object.

 

 

0 Likes

ekinsb
Alumni
Alumni

It's unclear to me what you're trying to do.  The Fusion API help has an overview discussing the structure of a model that may help.  If you still have any questions feel free to ask them here.

 

http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-1C3FFADB-52C4-49BB-8981-4A448FFE4442


Brian Ekins
Inventor and Fusion 360 API Expert
Mod the Machine blog
0 Likes

Anonymous
Not applicable

i figured vertices was not a 3dPoint, just a BRepVertx. 

0 Likes

ekinsb
Alumni
Alumni

A vertex is a physical object that represents the connection of two or more edges.  It has a position in space which you can get by using the geometry property of the BRepVertex object.  It also supports other properties that lets you access the edges that it connects.


Brian Ekins
Inventor and Fusion 360 API Expert
Mod the Machine blog
0 Likes