Click or drag to resize

Cone(Cone) Constructor

Constructs a cone with another specified Cone object.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Cone(
	Cone source
)

Parameters

source  Cone
A specified cone.
See Also