Click or drag to resize
AB4D logo

WireframeFactoryAddNormalLinePositions Method

AddNormalLinePositions add the line positions that show normal vectors for the specified meshGeometry to the specified Point3DCollection

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

Parameters

meshGeometry  MeshGeometry3D
MeshGeometry3D
normalScale  Double
size of normals
transform  Transform3D
optional transformation that can transform the normal positions
normalizeNormals  Boolean
when true, then all normal vectors will be normalized
normalLinePositions  Point3DCollection
Point3DCollection that will get line positions that show normal vectors for the specified meshGeometry
See Also