|
EllipseArcLineNode Class |
EllipseArcLineNode class is used to create a 3D elliptical arc (part of an 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 EllipseArcLineNode : EllipseLineNode
The EllipseArcLineNode type exposes the following members.
Constructors | Name | Description |
---|
| EllipseArcLineNode(String) | Initializes a new instance of the EllipseArcLineNode class |
| EllipseArcLineNode(IPolyLineMaterial, String) | Initializes a new instance of the EllipseArcLineNode class |
| EllipseArcLineNode(Color3, Single, String) | Initializes a new instance of the EllipseArcLineNode class |
| EllipseArcLineNode(Color4, Single, String) | Initializes a new instance of the EllipseArcLineNode class |
| EllipseArcLineNode(Vector3, Vector3, Vector3, Single, Single, Single, Single, Int32, Color4, Single, String) | Initializes a new instance of the EllipseArcLineNode class |
TopProperties | Name | Description |
---|
| EndAngle |
End angle, in degrees.
Zero angle is to the right and from there goes in the counter-clockwise direction.
Default value is 360.
|
| StartAngle |
Start angle, in degrees.
Zero angle is to the right and from there goes in the counter-clockwise direction.
Default value is 0.
|
TopSee Also