Gets a set of points that represent the tessellation of this curve.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim ChordTolerance As System.Double
Dim LengthTolerance As System.Double
Dim StartPoint As System.Double
Dim EndPoint As System.Double
Dim value As System.Double
value = instance.IGetTessPts(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
Pointer to an array containing the start point of the curve
- EndPoint
Pointer to an array containing the end point of the curve
Return Value
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also
Availability
SolidWorks 98Plus, datecode 1998319