|
ICurvePointAtEnd Property
|
Gets the point at the end of the curve.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxPoint3 PointAtEnd { get; }
ReadOnly Property PointAtEnd As Point3
Get
property Point3 PointAtEnd {
Point3 get ();
}
abstract PointAtEnd : Point3 with get
Property Value
Type:
Point3
See Also