Click or drag to resize

VisualNormal Class

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

Inheritance Hierarchy
SystemObject
  Demo3D.VisualsVisualLocation
    Demo3D.VisualsVisualNormal

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public class VisualNormal : VisualLocation

The VisualNormal type exposes the following members.

Constructors
  NameDescription
Public methodVisualNormal
Initializes a new instance of the VisualNormal class
Top
Properties
  NameDescription
Public propertyFeature (Inherited from VisualLocation.)
Public propertyFeatureExists (Inherited from VisualLocation.)
Public propertyInitialWorldLocation (Inherited from VisualLocation.)
Public propertyInitialWorldNormal (Inherited from VisualLocation.)
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
  NameDescription
Public methodChangeVisual (Inherited from VisualLocation.)
Public methodClearCADFeatureReference (Inherited from VisualLocation.)
Protected methodOnVisualChanged (Inherited from VisualLocation.)
Protected methodRaisePropertyChanged (Inherited from VisualLocation.)
Public methodToString (Overrides ObjectToString.)
Public methodTransformCoordinateToWorldInitial (Inherited from VisualLocation.)
Public methodTransformFromWorld (Inherited from VisualLocation.)
Public methodTransformNormalToWorldInitial (Inherited from VisualLocation.)
Public methodTransformToWorld (Inherited from VisualLocation.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from VisualLocation.)
Public eventVisualChanged (Inherited from VisualLocation.)
Top
See Also