Click or drag to resize

IOutlineRendererEffectAdd(IControlPoint, OutlineDescription) Method

Add a control point to rendered with an outline

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
void Add(
	IControlPoint cp,
	OutlineDescription desc
)

Parameters

cp  IControlPoint
The control point whose outline will be rendered
desc  OutlineDescription
The description of the outline
See Also