Click or drag to resize
AB4D logo

SlicerPlaneWidthVector Property

PlaneWidthVector is a Vector3D that defines the x-axis direction of the plane. This value is automatically calculated from the Plane's normal, but can be set by the user to provide a custom direction.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntax
C#
public Vector3D PlaneWidthVector { get; set; }

Property Value

Vector3D
See Also