I am new to catia and vba programming.
I tried to get start end endpoints from edges, to calculate interception points.
Its easy for RectilinearTriDimFeatEdge
it provides a GetOrigin and GetDirection method where endpoint can be calculated by origin + length * direction
.
But for other types like BiDimFeatEdge
I dont even get the origin point.
Is there a way to get start- and endpoints from every type of edges? Thanks