Click or drag to resize
SoTransformPointAt Method

Sets the node to translate the origin to the fromPoint and rotate the negative z-axis (0,0,-1) to lie on the vector from fromPoint to toPoint .

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void PointAt(
	SbVec3f fromPoint,
	SbVec3f toPoint
)

Parameters

fromPoint
Type: OIV.InventorSbVec3f
toPoint
Type: OIV.InventorSbVec3f
Remarks

This always tries to keep the "up" direction the positive y-axis, unless that is impossible. All current field values in the node are replaced.

See Also