Click or drag to resize

VisualCurve Class

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

Inheritance Hierarchy

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public abstract class VisualCurve : VisualLocation

The VisualCurve type exposes the following members.

Constructors
  NameDescription
Protected methodVisualCurve
Initializes a new instance of the VisualCurve class
Protected methodVisualCurve(Visual)
Initializes a new instance of the VisualCurve class
Protected methodVisualCurve(Visual, Vector3, Vector3)
Initializes a new instance of the VisualCurve class
Top
Properties
  NameDescription
Public propertyFeature (Inherited from VisualLocation.)
Public propertyInitialWorldLocation (Inherited from VisualLocation.)
Public propertyInitialWorldNormal (Inherited from VisualLocation.)
Public propertyLength
Public propertyNormal (Inherited from VisualLocation.)
Public propertyPoint (Inherited from VisualLocation.)
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