SketchUp / api-issue-tracker

Public issue tracker for the SketchUp and LayOut's APIs
https://developer.sketchup.com/
38 stars 10 forks source link

Sketchup::RenderingOptions No "EdgeColor" Key #614

Open 3dmod opened 3 years ago

3dmod commented 3 years ago

Need to maintain styles that have the same Edge colors for Construction Documents.

The following Edge colors are the main concern

Currently there is a couple work arounds that work but are a manual process.

Feature Request is to add the "EdgeColor" Key.

Eneroth3 commented 3 years ago

Is Sketchup.active_model.rendering_options["ForegroundColor"] what you are looking for?

3dmod commented 3 years ago

Yes it is, thank you!

Before posting, I tested a bunch of keys that I thought could possibly be correct, had not tested ForegroundColor.

Looks to me that a description for the "ForegroundColor" in the API Documentation would help others

DanRathbun commented 3 years ago

Yea the key names are old and outdated and long ago stopped reflecting the terminology the GUI uses.

Better descriptions for ALL of the keys will help going forward as it's not likely the key names can be changed now.