Click or drag to resize
SoCameraScaleHeight Method

Scales the height of the camera.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public abstract void ScaleHeight(
	float scaleFactor
)

Parameters

scaleFactor
Type: SystemSingle
Remarks

Perspective cameras scale their heightAngle fields, and orthographic cameras scale their height fields.

See Also