SoVectorizeActionGetBorder Method |
Returns the color and the width of the border of the clipping limits.
Namespace: OIV.HardCopyAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual void GetBorder(
out float w,
out SbColor color
)
Public Overridable Sub GetBorder (
<OutAttribute> ByRef w As Single,
<OutAttribute> ByRef color As SbColor
)
public:
virtual void GetBorder(
[OutAttribute] float% w,
[OutAttribute] SbColor% color
)
abstract GetBorder :
w : float32 byref *
color : SbColor byref -> unit
override GetBorder :
w : float32 byref *
color : SbColor byref -> unit
Parameters
- w
- Type: SystemSingle
- color
- Type: OIV.InventorSbColor
Remarks If width = 0, there is no border.
See Also