Click or drag to resize

VisualPlane Class

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

Inheritance Hierarchy
SystemObject
  Demo3D.VisualsVisualLocation
    Demo3D.VisualsVisualPlane

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

The VisualPlane type exposes the following members.

Constructors
  NameDescription
Public methodVisualPlane
Initializes a new instance of the VisualPlane class
Top
Properties
Methods
  NameDescription
Public methodChangeVisual (Overrides VisualLocationChangeVisual(Visual).)
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