SoViewingCubeopacityMax Property |
Defines the viewing cube opacity when the cursor is close to it or over it.
Namespace: OIV.Inventor.ViewerComponents.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFFloat opacityMax { get; }
Public ReadOnly Property opacityMax As SoSFFloat
Get
public:
property SoSFFloat^ opacityMax {
SoSFFloat^ get ();
}
member opacityMax : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks The value range is [0, 1].
Default is 1.
See Also