Contains values specifying the type of surface on which nodes are initially placed when running 3D SpringLayout.
Namespace: MindFusion.Layout.Layout3D
Package: MindFusion.Diagramming
C#
![]() |
---|
public enum Surface |
Visual Basic
![]() |
---|
Public Enum Surface |
Member name | Description | |
---|---|---|
![]() |
Cone |
The nodes are initially placed on a cone. |
![]() |
Cylinder |
The nodes are initially placed on a cylinder. |
![]() |
Sphere |
The nodes are initially placed on a sphere. |
![]() |
Unspecified |
The nodes are initially placed on a sphere. |