SoExtSelectionSetLassoColor Method |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetLassoColor(
SbColor c
)
Public Sub SetLassoColor (
c As SbColor
)
public:
void SetLassoColor(
SbColor c
)
member SetLassoColor :
c : SbColor -> unit
Parameters
- c
- Type: OIV.InventorSbColor
RemarksApplies only if the lasso is not drawn in the overlay plane. This function sets the color in FastEdit mode also. Default is red (1,0,0).
See Also