SbLineGetClosestPoints Method |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax public bool GetClosestPoints(
SbLine line2,
out SbVec3f ptOnThis,
out SbVec3f ptOnLine2
)
Public Function GetClosestPoints (
line2 As SbLine,
<OutAttribute> ByRef ptOnThis As SbVec3f,
<OutAttribute> ByRef ptOnLine2 As SbVec3f
) As Boolean
public:
bool GetClosestPoints(
SbLine line2,
[OutAttribute] SbVec3f% ptOnThis,
[OutAttribute] SbVec3f% ptOnLine2
)
member GetClosestPoints :
line2 : SbLine *
ptOnThis : SbVec3f byref *
ptOnLine2 : SbVec3f byref -> bool
Parameters
- line2
- Type: OIV.InventorSbLine
- ptOnThis
- Type: OIV.InventorSbVec3f
- ptOnLine2
- Type: OIV.InventorSbVec3f
Return Value
Type:
BooleanSee Also