Message 1 of 1
set different colors for extension lines and dimension lines

Not applicable
08-10-2015
03:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to set colors for dimension lines and extension lines seperetely, oi mean different color for both, but i didnt find how to make such code.
ex.
dim oDimStyle as dimensionstyle
dim oBlue as color = inventorapplication.transientobjects.createcolor(0,0,255)
oDimStyle = thisdocument.styllesmanager.dimensionstyles.item("abc")
oDimStyle.color = oBlue
if i set in this way, both extension lines and dimensions lines are getting blue color, is there any way to set different color for extension lines and dimension lines ?