Change the elements visibility.
Signature:
setElementsVisibility(elementNames: Array<string>, surfaceVisible: boolean, lineVisible?: boolean): void;
Parameter | Description |
---|---|
elementNames | An array of element names. |
surfaceVisible | An boolean value. Set to true to make element surface visible. |
lineVisible | An boolean value. Set to true to make element line visible. |
Returns:
void