Add a feature control frame to a dimension by iLogic

Add a feature control frame to a dimension by iLogic

artemijs.nille
Contributor Contributor
329 Views
3 Replies
Message 1 of 4

Add a feature control frame to a dimension by iLogic

artemijs.nille
Contributor
Contributor

How to add a feature control frame to a dimension by iLogic (see picture below).

I already have an intent "AnsaugInnen"

 

 

Dim Sheet_1 = ThisDrawing.Sheets.ItemByName("Blatt:1")
Dim Schnittansicht = Sheet_1.DrawingViews.ItemByName("B")
Dim genDims = Sheet_1.DrawingDimensions.GeneralDimensions

Dim AnsaugInnen = Schnittansicht.GetIntent("Sheet Metal (mm):2","AnsaugDKanteDSInnen")

 

 

 

0 Likes
330 Views
3 Replies
Replies (3)
Message 2 of 4

theo.bot
Collaborator
Collaborator
Message 3 of 4

artemijs.nille
Contributor
Contributor

my question was wrong.

I know how to create a fcf but i dont know how to attache it to dimension line.

In API sample they take a curve.

0 Likes
Message 4 of 4

theo.bot
Collaborator
Collaborator

I don't have much experience with this, but this article might give you some direction. Solved: Add LeaderNote to Dimension using the API - Autodesk Community - Inventor