SoCameraScaleHeight Method |
Scales the height of the camera.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public abstract void ScaleHeight(
float scaleFactor
)
Public MustOverride Sub ScaleHeight (
scaleFactor As Single
)
public:
virtual void ScaleHeight(
float scaleFactor
) abstract
abstract ScaleHeight :
scaleFactor : float32 -> unit
Parameters
- scaleFactor
- Type: SystemSingle
Remarks Perspective cameras scale their heightAngle fields, and orthographic cameras scale their height fields.
See Also