ILNumerics Ultimate VS

ShapesCreateGear Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create a new gear triangle shape with arbitrary parameters

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public static Triangles CreateGear(
	float inR = 0,2f,
	float outR = 0,8f,
	float toothR = 1f,
	int toothCount = 10,
	float thickness = 1f
)

Parameters

inR (Optional)
Type: SystemSingle
inner radius
outR (Optional)
Type: SystemSingle
outer radius between tooths
toothR (Optional)
Type: SystemSingle
tooth radius
toothCount (Optional)
Type: SystemInt32
number of tooths
thickness (Optional)
Type: SystemSingle
thickness of the gear

Return Value

Type: Triangles
New gear triangles shape
Remarks

[ILNumerics Visualization Engine]

See Also

Reference