Click or drag to resize

Plane Constructor (PlaneF)

Constructs a plane with the specified PlaneF object.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Plane(
	PlaneF source
)

Parameters

source
Type: NeoAxisPlaneF
A specified plane.
See Also