ilogic. help needed for creating an edge collection

ilogic. help needed for creating an edge collection

kesUPRHR
Contributor Contributor
342 Views
2 Replies
Message 1 of 3

ilogic. help needed for creating an edge collection

kesUPRHR
Contributor
Contributor

i am trying to make a bend with ilogic and i can't figure out how to make an edge collection from to specific edges

can any someone. explain how it works?

kesUPRHR_0-1717673320748.png

kesUPRHR_2-1717673525947.png

thanks in advance

0 Likes
Accepted solutions (1)
343 Views
2 Replies
Replies (2)
Message 2 of 3

WCrihfield
Mentor
Mentor
Accepted solution

Hi @kesUPRHR.  You can use the following line of code to create a new EdgeCollection object.  How you fill in some items into that collection is up to you.  Then you can supply that object to the property you were showing.

Dim oEdgeColl As EdgeCollection = ThisApplication.TransientObjects.CreateEdgeCollection

If this solved your problem, or answered your question, please click ACCEPT SOLUTION .
Or, if this helped you, please click (LIKE or KUDOS) 👍.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

Message 3 of 3

kesUPRHR
Contributor
Contributor

thank you so much. got my function to work

0 Likes