Click or drag to resize
SoRayPickActionIntersect Method (SbVec3f, SbVec3f, SbVec3f, SbVec3f, SbVec3f, Boolean)

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool Intersect(
	SbVec3f v0,
	SbVec3f v1,
	SbVec3f v2,
	out SbVec3f intersection,
	out SbVec3f barycentric,
	out bool front
)

Parameters

v0
Type: OIV.InventorSbVec3f
v1
Type: OIV.InventorSbVec3f
v2
Type: OIV.InventorSbVec3f
intersection
Type: OIV.InventorSbVec3f
barycentric
Type: OIV.InventorSbVec3f
front
Type: SystemBoolean

Return Value

Type: Boolean
Remarks