Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using @JelteDeJong's rule to place the overall dimensions on a drawing view linked here. I want to modify the following line to add a dimension style so that the dimensions created have a two place precision (x.xx). Does anyone know the dimension style? Thanks
Dim pointText = ThisApplication.TransientGeometry.CreatePoint2d(textX, textY) _sheet.DrawingDimensions.GeneralDimensions.AddLinear( pointText, pointLeft, pointRight, DimensionTypeEnum.kVerticalDimensionType)
Jake Egley
Inventor 2022
Inventor 2022
Solved! Go to Solution.