Contains values specifying the type of surface on which nodes are initially placed when running 3D SpringLayout.
Namespace: MindFusion.Layout.Layout3D
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public enum Surface |
Visual Basic
Copy Code
|
|---|
Public Enum Surface |
Members| 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. |
See Also