Message 1 of 4
Not applicable
07-23-2012
11:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using the following code to create a section view in a drawing:
Child SideView1 As :IvSectionView parentView = baseLayout SketchPoints = sectionViewPoints viewScale = 1/30 FullDepth? = False SectionDepth = 250 rotationAngle = 90 origin = Point(150,150,0) showViewLabel? = True viewName = "A" ViewLabelPosition = SideView1.origin + Vector(0,-75,0) End Child
The view label appears way off the drawing. Its no where near the specified point.
However, after ETO creates the view, I can edit the ViewLabelPosition line to say "ViewLabelPosition = SideView1.origin + Vector(0,-74,0)" and the view label snaps to the correct place.
Has anybody else seen this quirk and fixed it?
Solved! Go to Solution.
Reply
Reply
