Hi there,
i'm trying to bring a dimension to his far end point (edge).
There is my code :
boolstatus = Model.Extension.SelectByID2("Line1", "SKETCHSEGMENT", 0, 0, 0, False, 0, Nothing, 0)
boolstatus = RefEdge.Select4(True, SelData)
Set Annotation = Model.AddDimension2(0, 0, 0)
Set Dimension...