Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all. I am getting into drawing automation and have had some success creating linear dimensions between work points. The next thing I am working on now is to add an angular dimension to my drawing. With the code below, it works and it does create an angle dimension, but it always adds the opposite angle of what I want. Is there a way to better define the output (see pictures)? My code snippet looks like this:
SyntaxEditor Code Snippet
Dim oTaper As GeneralDimension oTaper = oGeneralDims.AddAngular(oPt4, intent5, intent6)
I suspect it can be handled by where I place the oPt4 but haven't been able to get it right, even if I move this point. Thanks in advance!
Edit: intent5 and 6 are faces
Solved! Go to Solution.
