Class Index | File Index

Classes


Class Sash


Defined in: SweetHome3D.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Sash(xAxis, yAxis, width, startAngle, endAngle)
Creates a window sash.
Method Summary
Method Attributes Method Name and Description
 
Returns the opening end angle of this sash.
 
Returns the opening start angle of this sash.
 
Returns the width of this sash.
 
Returns the abscissa of the axis around which this sash turns, relatively to the top left corner of the window or the door.
 
Returns the ordinate of the axis around which this sash turns, relatively to the top left corner of the window or the door.
Class Detail
Sash(xAxis, yAxis, width, startAngle, endAngle)
Creates a window sash.
Author: Emmanuel Puybaret.
Parameters:
{number} xAxis
{number} yAxis
{number} width
{number} startAngle
{number} endAngle
Method Detail
{number} getEndAngle()
Returns the opening end angle of this sash.
Returns:
{number} an angle in radians.

{number} getStartAngle()
Returns the opening start angle of this sash.
Returns:
{number} an angle in radians.

{number} getWidth()
Returns the width of this sash.
Returns:
{number} a value in percentage of the width of the door or the window.

{number} getXAxis()
Returns the abscissa of the axis around which this sash turns, relatively to the top left corner of the window or the door.
Returns:
{number} a value in percentage of the width of the door or the window.

{number} getYAxis()
Returns the ordinate of the axis around which this sash turns, relatively to the top left corner of the window or the door.
Returns:
{number} a value in percentage of the depth of the door or the window.

© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Aug 21 2024 17:43:24 GMT+0200 (CEST)