Copyright © 2021 by K4.org
  (v.0.48.124)

The rendering support for STL.

Index

Rules

__geometry

__geometry: Any

Internal Use Only.

Flags : Cached, Async (Note this is uncached)

Expression : R.THREE.getStlGeometry(this.url)

__mod3

__mod3: String

Internal Use Only.

Flags : Cached, External (Note this is uncached)

Expression : R.THREE.makeSTL(this.renderName,this.spec)

__scaledGeometry

__scaledGeometry: Any

Internal Use Only.

Flags : Cached (Note this is uncached)

Expression : R.THREE.getScaledStlGeometry(this.__geometry, this.url, this.xScale, this.yScale, this.zScale)

bbox

bbox: Any

Override of standard rule to access STL Geometry.

Flags : Cached (Note this is uncached)

Expression : R.THREE.computeBB(this.__scaledGeometry, this.transform.get3())

meshData

meshData: Any

Untransformed MeshData object for this STL.

Flags : Cached (Note this is uncached)

Expression : R.THREE.getMeshData(this.__mod3, this.__scaledGeometry)

rawbbox

rawbbox: Any

Access to the raw, untransformed STL geometry bounding box.

Flags : Cached (Note this is uncached)

Expression : R.THREE.computeBB(this.__scaledGeometry)

spec

spec: Any

Internal Use Only.

Flags : Cached (Note this is uncached)

Expression : {file: this.url, bbox: this.preloadClientBB ? this.rawbbox.get3() : null, hardEdgeAngle: this.hardEdgeAngle, xScale: this.xScale, yScale: this.yScale, zScale: this.zScale}