Click or drag to resize
SbCylinderProjectorGetRotation Method

Gets a rotation given two points on this cylinder projector.

Namespace: OIV.Inventor.Projectors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SbRotation GetRotation(
	SbVec3f point1,
	SbVec3f point2
)

Parameters

point1
Type: OIV.InventorSbVec3f
point2
Type: OIV.InventorSbVec3f

Return Value

Type: SbRotation
Remarks

The rotation will be about the axis of the cylinder.

See Also