Click or drag to resize
SbLinedGetClosestPoints Method

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax
public bool GetClosestPoints(
	SbLined line2,
	out SbVec3d ptOnThis,
	out SbVec3d ptOnLine2
)

Parameters

line2
Type: OIV.InventorSbLined
ptOnThis
Type: OIV.InventorSbVec3d
ptOnLine2
Type: OIV.InventorSbVec3d

Return Value

Type: Boolean
See Also