Gets a set of points that represent the tessellation of this curve.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim ChordTolerance As Double
Dim LengthTolerance As Double
Dim StartPoint As Object
Dim EndPoint As Object
Dim value As Object
value = instance.GetTessPts(ChordTolerance, LengthTolerance, StartPoint, EndPoint)
|
Parameters
- ChordTolerance
Chord tolerance to use in tessellation (meters); this is the maximum permitted distance from a cord to the curve between the cord endpoints; the smallest allowable value for this parameter is 1E-8; if 0.0 or a value smaller than 1E-8 is specified, then 1E-8 is used by default
- LengthTolerance
- Length tolerance to be used to filter out very short segments (meters); this method does not return tessellated segments shorter than this value
- StartPoint
- Array containing the start point of the curve
- EndPoint
- Array containing the end point of the curve
Return Value
Array of doubles containing the tessellation points (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks 98Plus, datecode 1998319