ICurveGetControlPoints Method
Gets the control points of the curve.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
List<Point3> GetControlPoints()
Function GetControlPoints As List(Of Point3)
List<Point3>^ GetControlPoints()
abstract GetControlPoints : unit -> List<Point3>
Return Value
ListPoint3The control points of the curve.