Available also on: ActiveX.
Turn VectorEdges drawing on/off. Default is on when Lights are off (what means that VectorEdges are drawn). When Lights are on default setting for VectorEdges is off.
# Python @property def ShowVectorEdges( self ) -> bool: @ShowVectorEdges.setter def ShowVectorEdges( self, _value: bool ) -> None:
| Type |
|---|
| bool |