Gets one or more inference points from an add-in.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetInferencePoints( _
ByVal pDoc As Object, _
ByVal SelPosX As Integer, _
ByVal SelPosY As Integer, _
ByVal Tolerance As Double, _
ByVal Option As Integer, _
ByRef InferPoints As Object _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISwAddinBroker
Dim pDoc As Object
Dim SelPosX As Integer
Dim SelPosY As Integer
Dim Tolerance As Double
Dim Option As Integer
Dim InferPoints As Object
instance.GetInferencePoints(pDoc, SelPosX, SelPosY, Tolerance, Option, InferPoints)
|
Parameters
- pDoc
- SolidWorks document
- SelPosX
x coordinate in screen space
- SelPosY
- y coordinate in screen space
- Tolerance
Distance within model space that inference points can exist
- Option
Options as defined in swPointInferenceBrokerOption_e
- InferPoints
- Array of doubles; each inference point returns its x,y,z coordinates
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0