SbPlaneDistanceFromOrigin Property |
Gets the distance from origin.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.2.0.Release.47655112efc68a70bb943ee3bd5c1e27763923ef
Syntaxpublic float DistanceFromOrigin { get; }
Public ReadOnly Property DistanceFromOrigin As Single
Get
public:
property float DistanceFromOrigin {
float get ();
}
member DistanceFromOrigin : float32 with get
Property Value
Type:
SingleDistance from origin.
See Also