SoCameraaspectRatio Property |
The ratio of camera viewing width to height.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat aspectRatio { get; }
Public ReadOnly Property aspectRatio As SoSFFloat
Get
public:
property SoSFFloat^ aspectRatio {
SoSFFloat^ get ();
}
member aspectRatio : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks This value must be greater than 0.0. There are several standard camera aspect ratios defined in SoCamera.h.
See Also