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

Index

Rules

__mod3

__mod3: String

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);

cg

cg: Point

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);

meshData

meshData: Any

Untransformed (from target) geometry definition data.

Flags : Cached (Note this is uncached)

Expression : return R.THREE.getMeshData(this.__pm3);

volume

volume: Number

The approximated volume of the body or bodies.

Flags : Cached (Note this is uncached)

Expression : this.volumeProperties.volume

volumeProperties

volumeProperties: Any

Untransformed (from target) volume properties.

Flags : Cached (Note this is uncached)

Expression : R.THREE.volumeProps(this.meshData);