PolyhedronGeneratorParams
megane-viewer / PolyhedronGeneratorParams
Interface: PolyhedronGeneratorParams
Defined in: pipeline/types.ts:510
Properties
cutoffTolerance
cutoffTolerance:
number
Defined in: pipeline/types.ts:528
Multiplier on (r_cov[center] + r_cov[ligand]) to obtain the per-pair bond cutoff. 1.0 ≈ ideal covalent contact. VESTA's default search range is ~1.15.
edgeColor
edgeColor:
string
Defined in: pipeline/types.ts:531
edgeWidth
edgeWidth:
number
Defined in: pipeline/types.ts:532
excludedCenters
excludedCenters:
number[]
Defined in: pipeline/types.ts:517
Atomic numbers excluded from the auto-detected center set. VESTA-style: by default every metal/metalloid present in the input is a polyhedron center; the user opts OUT specific ones via this list.
excludedLigands
excludedLigands:
number[]
Defined in: pipeline/types.ts:523
Atomic numbers excluded from the auto-detected ligand set. Default ligand candidates are the typical anion-formers present in the input (O, N, F, S, Cl, Br, I, P, Se, Te, As — never H, noble gases, metals or C).
opacity
opacity:
number
Defined in: pipeline/types.ts:529
showEdges
showEdges:
boolean
Defined in: pipeline/types.ts:530
type
type:
"polyhedron_generator"
Defined in: pipeline/types.ts:511