SoHaloHighlightRenderActionSetHaloAlwaysVisible Method |
Defines whether or not the halo can be seen through objects that are placed in front of selected shapes.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetHaloAlwaysVisible(
bool alwaysVisible
)
Public Sub SetHaloAlwaysVisible (
alwaysVisible As Boolean
)
public:
void SetHaloAlwaysVisible(
bool alwaysVisible
)
member SetHaloAlwaysVisible :
alwaysVisible : bool -> unit
Parameters
- alwaysVisible
- Type: SystemBoolean
Remarks Default is false.
The following images shows an example of halo highlighting with alwaysVisible set to false and true:
alwaysVisible = false | alwaysVisible = true |
| |
See Also