Click or drag to resize
SoRotateCylindricalDraggerSetProjector Method

Sets a different cylinder projector.

Namespace: OIV.Inventor.Draggers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetProjector(
	SbCylinderProjector p
)

Parameters

p
Type: OIV.Inventor.ProjectorsSbCylinderProjector
Remarks

See the OIV.Inventor.Projectors.SbCylinderProjector reference pages to find out how each kind affects the feel of your dragger's motion. The default uses an OIV.Inventor.Projectors.SbCylinderPlaneProjector.

Passing in NULL will cause this default type of projector to be used. Any projector you pass in will be deleted by this dragger when this dragger is deleted. Note that the axis and radius of the cylinder are determined by the dragger, based on the y-axis in local space and how far the initial mouse click occured from the center of rotation.

See Also