Calculates the extreme point of the model in the specified direction.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetExtremePoint( _
ByVal X As System.Double, _
ByVal Y As System.Double, _
ByVal Z As System.Double, _
ByRef Outx As System.Double, _
ByRef Outy As System.Double, _
ByRef Outz As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBody2
Dim X As System.Double
Dim Y As System.Double
Dim Z As System.Double
Dim Outx As System.Double
Dim Outy As System.Double
Dim Outz As System.Double
Dim value As System.Boolean
value = instance.GetExtremePoint(X, Y, Z, Outx, Outy, Outz) |
Csolidworks.interop.sldworks~solidworks.interop.sldworks.ibody2~getextremepoint.html# | |
---|
System.bool GetExtremePoint(
System.double X,
System.double Y,
System.double Z,
out System.double Outx,
out System.double Outy,
out System.double Outz
) |
C++/CLI | |
---|
System.bool GetExtremePoint(
& System.double X,
& System.double Y,
& System.double Z,
& [Out] System.double Outx,
& [Out] System.double Outy,
& [Out] System.double Outz
) |
Parameters
- X
- X component of the direction vector
- Y
- Y component of the direction vector
- Z
- Z component of the direction vector
- Outx
- Extreme point X coordinate
- Outy
- Extreme point Y coordinate
- Outz
- Extreme point Z coordinate
Return Value
True if a point was found, false if not
Remarks
See Also
Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0