Click or drag to resize
Ab4d.SharpEngine logo

CurveLineNodeGenerationAlgorithm Property

Gets or sets the algorithm used to generate the curve. Default value is FixedPositionsPerSegment.

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntax
C#
public CurveLineNodeCurveGenerationAlgorithms GenerationAlgorithm { get; set; }

Property Value

CurveLineNodeCurveGenerationAlgorithms
Remarks
Use this property to specify how the curve is constructed. The selected algorithm determines the method and characteristics of curve generation, which may affect the resulting shape and performance.
See Also