|
EllipseLineNode Class |
EllipseLineNode class is used to create a 3D ellipse that is rendered a single poly-line.
Inheritance Hierarchy Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public class EllipseLineNode : PolyLineBaseNode
The EllipseLineNode type exposes the following members.
Constructors | Name | Description |
---|
| EllipseLineNode(String) | Initializes a new instance of the EllipseLineNode class |
| EllipseLineNode(IPolyLineMaterial, String) | Initializes a new instance of the EllipseLineNode class |
| EllipseLineNode(Color3, Single, String) | Initializes a new instance of the EllipseLineNode class |
| EllipseLineNode(Color4, Single, String) | Initializes a new instance of the EllipseLineNode class |
| EllipseLineNode(Vector3, Vector3, Vector3, Single, Single, Int32, Color4, Single, String) | Initializes a new instance of the EllipseLineNode class |
TopProperties | Name | Description |
---|
| CenterPosition |
Position of the ellipse center.
Default value is (0, 0, 0)
|
| Height |
The diameter of the ellipse along its minor semi-axis (i.e., the height of 2D ellipse shape).
|
| HeightDirection |
The direction of the ellipse's the minor semi-axis (i.e., height of 2D ellipse shape).
The default value is (0, 0, 1).
|
| Segments |
Number of segments that define the circle.
Default value is 30.
|
| Width |
The diameter of the ellipse along its major semi-axis (i.e., the width of 2D ellipse shape).
The default value is 1.0.
|
| WidthDirection |
The direction of the ellipse's the major semi-axis (i.e., width of 2D ellipse shape).
The default value is (1, 0, 0).
|
TopMethods Fields See Also