SbViewVolumeGetWorldToScreenScale Method (SbVec3f, Single) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public float GetWorldToScreenScale(
ref SbVec3f worldCenter,
float radius
)
Public Function GetWorldToScreenScale (
ByRef worldCenter As SbVec3f,
radius As Single
) As Single
public:
float GetWorldToScreenScale(
SbVec3f% worldCenter,
float radius
)
member GetWorldToScreenScale :
worldCenter : SbVec3f byref *
radius : float32 -> float32
Parameters
- worldCenter
- Type: OIV.InventorSbVec3f
- radius
- Type: SystemSingle
Return Value
Type:
SingleSee Also