Click or drag to resize
AB4D logo

DXMeshGeometry3DGetDetailsText Method

Returns string that tells details about this SceneNode

Namespace: Ab3d.DirectX.Models
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public string GetDetailsText(
	bool showBounds = true
)

Parameters

showBounds  Boolean  (Optional)
if true than bounds of this SceneNode is shown

Return Value

String
string that tells details about this SceneNode
See Also