Missing documentation for CustomGraphicsBRepFaces and CustomGraphicsBRepEdges

Missing documentation for CustomGraphicsBRepFaces and CustomGraphicsBRepEdges

nnikbin
Collaborator Collaborator
722 Views
4 Replies
Message 1 of 5

Missing documentation for CustomGraphicsBRepFaces and CustomGraphicsBRepEdges

nnikbin
Collaborator
Collaborator

CustomGraphicsBRepBody.faces property returns a CustomGraphicsBRepFaces object and CustomGraphicsBRepBody.edges property returns a CustomGraphicsBRepEdges object, but the documentation pages for these types are missing.

 

The only information about them in Fusion 360 help is that they are read only collections of CustomGraphicsBRepFace and  CustomGraphicsBRepEdge objects, but It seems they do not provide properties and methods of collection objects (like item and count). Also the documentation and header files for CustomGraphicsBRepFace and CustomGraphicsBRepEdge are unavailable. 

0 Likes
Accepted solutions (1)
723 Views
4 Replies
Replies (4)
Message 2 of 5

BrianEkins
Mentor
Mentor
Accepted solution

It's a mistake that they are showing up at all.  I had defined them in the specification and apparently, the implementation work was started enough to define the objects but they were never implemented.  The only thing related to B-Rep and custom graphics that currently supports is the CustomGraphicsBRepBody.

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
Message 3 of 5

nnikbin
Collaborator
Collaborator

Thank you @BrianEkins for the information.

0 Likes
Message 4 of 5

felix85SA3
Participant
Participant

The edges and faces properties are still part of the CustomGraphicsBRepBody, with missing references inside of the refs fusion.py and linked within the API documentation. Are there any plans to get rid of those loose ends?

0 Likes
Message 5 of 5

BrianEkins
Mentor
Mentor

They should either be removed or implemented. Usually, removing anything is avoided in case someone calls it, but I think there's no risk in this case since it doesn't work.

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
0 Likes