Converts a ConstructionNode into the corresponding member of the specified family's name.
const cube = new Hypercube(3); //Cubic pyramid. console.log(cube.familyMember("family/pyramid"));
The code for the family's name.
Generated using TypeDoc, the 1/31/2021 at 6:18:55 AM
Converts a ConstructionNode into the corresponding member of the specified family's name.
Example
const cube = new Hypercube(3); //Cubic pyramid. console.log(cube.familyMember("family/pyramid"));