toggleSection Method

Toggles the specified section marker. Enabling the section applies the frustum and clip volume of the marker's spatial view to the viewport, and displays the 2d section graphics and sheet annotations. Disabling the section disables the clip volume and 2d graphics.

toggleSection(marker: SectionMarker, enable: boolean): Promise<boolean>

@see - HyperModelingDecorator.toggleClipVolume to toggle only the clip volume.

Parameter Type Description
marker SectionMarker  
enable boolean  

Returns - Promise<boolean>

Defined in

Last Updated: 16 April, 2024