Rasterex Web SDKAPI client referenceBIM/3DMethodsset3DBlockStateOn this pageset3DBlockStateSets the visibility state of a specific 3D mesh. Syntax RxCore.set3DBlockState(name, state) Parameters name: string — Mesh ID of the 3D vector block to hide or display. state: boolean — true = visibility on, false = visibility off. Returns NA — This method does not return a value.