SoCamerafocalDistance Property |
The distance from the viewpoint to the point of focus.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat focalDistance { get; }
Public ReadOnly Property focalDistance As SoSFFloat
Get
public:
property SoSFFloat^ focalDistance {
SoSFFloat^ get ();
}
member focalDistance : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks This is typically ignored during rendering, but may be used by some viewers to define a point of interest.
See Also