JSFigure
API for creating and modifying 3D Figure objects.
let figure = Module.createFigure("ID");Function
getAngle() → number
var dAngle = figure.getAngle();getBoundary() → JSAABBox3D
var boundary = figure.getBoundary();
var boundary_min = boundary.min;
var boundary_max = boundary.max;getCenter() → JSVector3D
getExtent() → number
getFigureType() → number
getId() → string
getPosition() → JSVector3D
getSize() → JSVector3D
setAngle(angle) → boolean
Name
Type
Description
setDepth(depth) → boolean
Name
Type
Description
setHeight(height) → boolean
Name
Type
Description
setWidth(width) → boolean
Name
Type
Description
setPosition(position) → boolean
Name
Type
Description
setSize(width, height, depth) → boolean
Name
Type
Description
Getter / Setter
getDescription(), setDescription(desc) → string
Name
Type
Description
getName(), setName(name) → string
Name
Type
Description
getStyle(), setStyle(style) → JSPolygonStyle
Name
Type
Description
getVisible(), setVisible(visible) → boolean
Name
Type
Description
Last updated