IPolylineD3DShortenedBy Method |
Returns a new, shortened polyline. If the shortened line would have zero or negative length, null is returned.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
SyntaxIPolylineD3D? ShortenedBy(
RADouble marginAtStart,
RADouble marginAtEnd
)
Parameters
- marginAtStart RADouble
- The margin at start. Either an absolute value, or relative to the total length of the polyline.
- marginAtEnd RADouble
- The margin at end. Either an absolute value, or relative to the total length of the polyline.
Return Value
IPolylineD3DA new, shortened polyline. If the shortened line would have zero or negative length,
null is returned.
See Also