Click or drag to resize
SbSphereSheetProjector Constructor (SbSphere, Boolean)

Constructor that uses a supplied sphere.

Namespace: OIV.Inventor.Projectors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbSphereSheetProjector(
	SbSphere sph,
	bool orientToEye
)

Parameters

sph
Type: OIV.InventorSbSphere
orientToEye
Type: SystemBoolean
Remarks

The orientToEye parameter determines whether the sheet is perpendicular to the eye, or perpendicular to the sphere's Z axis. Setting that parameter to true (the default) specifies that the sheet be perpendicular to the eye, which is most often the desired behavior.

The default view volume is undefined, and the working space is identity.

See Also