Click or drag to resize

EllipsoidComplexSurfaceCurve.Curves Property

Gets a read only list of the constituent curves which comprise the overall curve.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ReadOnlyCollection<EllipsoidSurfaceCurve> Curves { get; }

Property Value

Type: ReadOnlyCollection<EllipsoidSurfaceCurve>
See Also