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.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
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