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