Click or drag to resize
Ab4d.SharpEngine logo

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
SystemObject
  Ab4d.SharpEngine.CoreComponentBase
    Ab4d.SharpEngine.CoreInitializedSceneComponent
      Ab4d.SharpEngine.SceneNodesSceneNode
        Ab4d.SharpEngine.SceneNodesRenderedNode
          Ab4d.SharpEngine.SceneNodesLineBaseNode
            Ab4d.SharpEngine.SceneNodesMultiLineBaseNode
              Ab4d.SharpEngine.SceneNodesPolyLineBaseNode
                Ab4d.SharpEngine.SceneNodesEllipseLineNode
                  Ab4d.SharpEngine.SceneNodesEllipseArcLineNode

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public class EllipseArcLineNode : EllipseLineNode

The EllipseArcLineNode type exposes the following members.

Constructors
 NameDescription
Public methodEllipseArcLineNode(String)Initializes a new instance of the EllipseArcLineNode class
Public methodEllipseArcLineNode(IPolyLineMaterial, String)Initializes a new instance of the EllipseArcLineNode class
Public methodEllipseArcLineNode(Color3, Single, String)Initializes a new instance of the EllipseArcLineNode class
Public methodEllipseArcLineNode(Color4, Single, String)Initializes a new instance of the EllipseArcLineNode class
Public methodEllipseArcLineNode(Vector3, Vector3, Vector3, Single, Single, Single, Single, Int32, Color4, Single, String)Initializes a new instance of the EllipseArcLineNode class
Top
Properties
 NameDescription
Public propertyEndAngle End angle, in degrees. Zero angle is to the right and from there goes in the counter-clockwise direction. Default value is 360.
Public propertyStartAngle Start angle, in degrees. Zero angle is to the right and from there goes in the counter-clockwise direction. Default value is 0.
Top
See Also