ElementSorterSort Method

Sort Modelgroups in Farthest to Closest order, to enable transparency Should be applied whenever the scene is significantly re-oriented

Definition

Namespace: PCBI_3D.DataClasses
Assembly: PCBI_3Dx (in PCBI_3Dx.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public static void Sort(
	Point3D cameraPosition,
	CompositeModel3D models
)

Parameters

cameraPosition  Point3D
The camera Position.
models  CompositeModel3D
The models.

See Also