Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I've got a multiline text set like this. variables are not important.
textInput.setAsMultiLine(cornerPoint,
diagonalPoint,
horizontalAlignment,
verticalAlignment,
characterSpacing)
textInput.isHorizontalFlip = False
textInput.isVerticalFlip = False
textInput.fontName = 'Arial'
myTextc1 = texts.add(textInput)
I need to constraint the bottom of the bounding box of this text to a sketchline (skLine1). It Seems I can access bounding box through MultiLineTextDefinition.rectangleLines, but I don't know how.
If it's easier, I could constraint one of the point (from bounding box) to a sketch point (skPt1).
Any example ? thank for your precious help.
Solved! Go to Solution.