api-issue-tracker icon indicating copy to clipboard operation
api-issue-tracker copied to clipboard

Sketchup::Text #leader_type= can not set to zero

Open killernova opened this issue 1 year ago • 1 comments

Bug Reports

  1. SketchUp/LayOut Version: SektchupPro 22.0.353
  2. OS Platform: Macos 14.2 M1pro
t = Sketchup.active_model.add_text('TEST', ORIGIN, X_AXIS)
t.leader_type  # => 2
t.leader_type = 0
t.leader_type  # => 2

Describe what the expected result is.

t = Sketchup.active_model.add_text('TEST', ORIGIN, X_AXIS)
t.leader_type  # => 2
t.leader_type = 0
t.leader_type  # => 0

API Document:

The leader_type = method sets the leader type. Valid leader types are 0 for none, 1 for View-based, and 2 for Pushpin

killernova avatar Sep 14 '24 08:09 killernova

Logged as: SKEXT-4300

sketchup[bot] avatar Sep 16 '24 08:09 sketchup[bot]