Bug in RC (WIP 20170426) - Error with height of the text

Hi @dale

Smth strange with the height of the text when using the following method:

public Guid AddText(
    	string text,
    	Plane plane,
    	double height,
    	string fontName,
    	bool bold,
    	bool italic,
    	TextJustification justification,
    	ObjectAttributes attributes
    )

I need text height of 0.4 m. Instead it creates text with 400 m height. Units are set to meters.
Using latest WIP.

Thanks,
Dmitriy

Hi Dmitri,

Thanks, we’ve created in issue for this.

https://mcneel.myjetbrains.com/youtrack/issue/RH-39130

– Dale

RH-39129 is fixed in the latest WIP - it looks like RH-39130 may have been reported for a different problem.