CADability dotNET
Modifies start and endpoint of this curve. StartPos must be less than EndPos. if StartPos is less than 0.0 or EndPos greater than 1.0 this only works for lines and (circular or elliptical) arcs.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void Trim(
	double StartPos,
	double EndPos
)
Visual Basic
Sub Trim ( _
	StartPos As Double, _
	EndPos As Double _
)
Visual C++
void Trim(
	double StartPos, 
	double EndPos
)

Parameters

StartPos
Type: System..::..Double
New start position
EndPos
Type: System..::..Double
New end position

See Also