Internal use only
Flags : Cached, External (Note this is uncached)
Expression : const pms = []; pms.push(this.target.__pos3, this.target.__mod3); this.tools.map(t => pms.push(t.__pos3, t.__mod3)); return R.THREE.makeCSG(this.renderName, pms, this.operation);
The approximated center of volume of the body or bodies.
Flags : Cached (Note this is uncached)
Expression : const cog = new Point(this.volumeProperties.cg); //The following is not always correct return cog.xform(this.transform);
Untransformed (from target) geometry definition data.
Flags : Cached (Note this is uncached)
Expression : return R.THREE.getMeshData(this.__pm3);
The approximated volume of the body or bodies.
Flags : Cached (Note this is uncached)
Expression : this.volumeProperties.volume
Untransformed (from target) volume properties.
Flags : Cached (Note this is uncached)
Expression : R.THREE.volumeProps(this.meshData);
BooleanSolidRenderMixin (d.1.0)
Mixins: Render3Mixin
Rendering support for BooleanSolid.