Click or drag to resize
AB4D logo

SlicerPlaneUpVector Property

PlaneUpVector is a Vector3D that defines the y-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 PlaneUpVector { get; set; }

Property Value

Vector3D
See Also