Click or drag to resize

SplineControlPoints Property

Gets the spline control points list.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<SplineVertex> ControlPoints { get; set; }

Property Value

Type: ListSplineVertex
See Also