Click or drag to resize
AB4D logo

ModelRotatorVisual3DCreateCustomCircleModel3DDelegate Delegate

CreateCustomCircleModel3DDelegate is used by CreateCustomCircleModelCallback to create custom circle 3D model.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public delegate GeometryModel3D CreateCustomCircleModel3DDelegate(
	Vector3D normalVector3D,
	double innerRadius,
	double outerRadius,
	Brush circleBrush
)

Parameters

normalVector3D  Vector3D
normal vector that represents the orientation of the circle model
innerRadius  Double
inner radius
outerRadius  Double
outer radius
circleBrush  Brush
circle brush

Return Value

GeometryModel3D
GeometryModel3D that represents the circle model
See Also