Click or drag to resize

VisualArc Class

[Missing <summary> documentation for "T:Demo3D.Visuals.VisualArc"]

Inheritance Hierarchy
SystemObject
  Demo3D.VisualsVisualLocation
    Demo3D.VisualsVisualCurve
      Demo3D.VisualsVisualArc

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class VisualArc : VisualCurve

The VisualArc type exposes the following members.

Constructors
 NameDescription
Public methodVisualArcInitializes a new instance of the VisualArc class
Public methodVisualArc(Visual)Initializes a new instance of the VisualArc class
Public methodVisualArc(Visual, Vector3, Vector3)Initializes a new instance of the VisualArc class
Public methodVisualArc(Visual, Vector3, Vector3, Vector3, Double, Double)Initializes a new instance of the VisualArc class
Top
Properties
 NameDescription
Public propertyAngle 
Public propertyFeature
(Inherited from VisualLocation)
Public propertyFeatureExists
(Inherited from VisualLocation)
Public propertyFirstAxis 
Public propertyInitialWorldLocation
(Inherited from VisualLocation)
Public propertyInitialWorldNormal
(Inherited from VisualLocation)
Public propertyLength
(Overrides VisualCurveLength)
Public propertyNormal
(Inherited from VisualLocation)
Public propertyPoint
(Inherited from VisualLocation)
Public propertyRadius 
Public propertyVisual
(Inherited from VisualLocation)
Public propertyWorldLocation
(Inherited from VisualLocation)
Public propertyWorldNormal
(Inherited from VisualLocation)
Top
Methods
Events
 NameDescription
Public eventPropertyChanged
(Inherited from VisualLocation)
Public eventVisualChanged
(Inherited from VisualLocation)
Top
See Also