Click or drag to resize
AB4D logo

WireframeFactoryGetNormalLinePositions Method

Returns Point3DCollection with line positions that show normal vectors for the specified meshGeometry.

Namespace: Ab3d.Models
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static Point3DCollection GetNormalLinePositions(
	MeshGeometry3D meshGeometry,
	double normalScale,
	Transform3D transform = null,
	bool normalizeNormals = true
)

Parameters

meshGeometry  MeshGeometry3D
MeshGeometry3D
normalScale  Double
size of normals
transform  Transform3D  (Optional)
optional transformation that can transform the normal positions
normalizeNormals  Boolean  (Optional)
when true, then all normal vectors will be normalized

Return Value

Point3DCollection
Point3DCollection with line positions that show normal vectors for the specified meshGeometry
See Also