ILNumerics Ultimate VS

ShapesCreateGearWireframe Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create a new gear wireframe lines 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 Lines CreateGearWireframe(
	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: Lines
New gear wireframe as lines shape
Remarks

[ILNumerics Visualization Engine]

See Also

Reference