Internal Use Only.
Flags : Cached, Async (Note this is uncached)
Expression : R.THREE.getStlGeometry(this.url)
Internal Use Only.
Flags : Cached, External (Note this is uncached)
Expression : R.THREE.makeSTL(this.renderName,this.spec)
Internal Use Only.
Flags : Cached (Note this is uncached)
Expression : R.THREE.getScaledStlGeometry(this.__geometry, this.url, this.xScale, this.yScale, this.zScale)
Override of standard rule to access STL Geometry.
Flags : Cached (Note this is uncached)
Expression : R.THREE.computeBB(this.__scaledGeometry, this.transform.get3())
Untransformed MeshData object for this STL.
Flags : Cached (Note this is uncached)
Expression : R.THREE.getMeshData(this.__mod3, this.__scaledGeometry)
Access to the raw, untransformed STL geometry bounding box.
Flags : Cached (Note this is uncached)
Expression : R.THREE.computeBB(this.__scaledGeometry)
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}
STLRenderMixin (d.1.0)
Mixins: Render3Mixin
The rendering support for STL.