Gets one or more inference points from an add-in.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetInferencePoints( _
ByVal pDoc As System.Object, _
ByVal SelPosX As System.Integer, _
ByVal SelPosY As System.Integer, _
ByVal Tolerance As System.Double, _
ByVal Option As System.Integer, _
ByRef InferPoints As System.Object _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISwAddinBroker
Dim pDoc As System.Object
Dim SelPosX As System.Integer
Dim SelPosY As System.Integer
Dim Tolerance As System.Double
Dim Option As System.Integer
Dim InferPoints As System.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