Click or drag to resize

Simple3DRendererGetThicknessByPixelSize Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public abstract double GetThicknessByPixelSize(
	Vector3 worldPosition,
	double sizeInPixels
)

Parameters

worldPosition
Type: NeoAxisVector3
sizeInPixels
Type: SystemDouble

Return Value

Type: Double
See Also