SoVectorizeActionSetBorder Method (Single, SbColor) |
Sets the color and the width of the border of the clipping limits.
Namespace: OIV.HardCopyAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public virtual void SetBorder(
float width,
SbColor color
)
Public Overridable Sub SetBorder (
width As Single,
color As SbColor
)
public:
virtual void SetBorder(
float width,
SbColor color
)
abstract SetBorder :
width : float32 *
color : SbColor -> unit
override SetBorder :
width : float32 *
color : SbColor -> unit
Parameters
- width
- Type: SystemSingle
- color
- Type: OIV.InventorSbColor
Remarks If width = 0, there is no border.
See Also