Interface ShellRepResult

Result from creating a shell representation set.

interface ShellRepResult {
    geometry: SceneGeometry;
    material: SceneMaterial;
    mesh: SceneMesh;
    object: SceneObject;
    repSet: SceneRepSet;
    shell: ShellGeneratorResult;
}

Properties

geometry: SceneGeometry

Generated shell geometry.

material: SceneMaterial

Shell material. This might be an existing material reused by ID.

mesh: SceneMesh

Generated shell mesh.

object: SceneObject

Generated shell SceneObject.

repSet: SceneRepSet

Created representation set.

Generated shell data.