LinearGeneralDimension

LinearGeneralDimension

ss13953642009
Advocate Advocate
146 Views
1 Reply
Message 1 of 2

LinearGeneralDimension

ss13953642009
Advocate
Advocate

How to measure the distance between the intersection point of an edge in a view and the extension lines of two edges using API methods in Inventor?

am8_20250104111942138.png

am8_20250104111954395.png

0 Likes
Accepted solutions (1)
147 Views
1 Reply
Reply (1)
Message 2 of 2

ss13953642009
Advocate
Advocate
Accepted solution

First, obtain the three lines to be annotated in the view, create the geometric intent for the first line, calculate the virtual intersection of the other two lines and create geometric intent for that point, and finally create point-to-point dimension annotations.Below is the code for calculating the virtual intersection in C#.

am8_20250106145509948.png

0 Likes