Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I created a dimension with ilogic. However, the dimension always appears centered, regardless of whether the arrows are inwards or outwards. How do I move a dimension to a position outside the arrow with ilogic?
I attach two images: one with the dimension centered and how the program creates it and the other with the dimension as I would like it to be created.
Thank you to anyone who can take the time to help.
Dim cotaCcomprimento_SF = genDims_SF.AddLinear("cotaCcomprimento_SF", VIEW01_SF.SheetPoint(DistCotaComprY + .1, + DistCotaComprX), diam1_SF, profcsliso_SF, DimensionTypeEnum.kVerticalDimensionType,) cotaCcomprimento_SF.NativeEntity.TolerancePrecision = 2 cotaCcomprimento_SF.NativeEntity.Tolerance.SetToDeviation(+0.00, -0.03 * .1)
Solved! Go to Solution.