Click or drag to resize
AB4D logo

BaseMultiLineVisual3D Class

BaseMultiLineVisual3D is a base abstract for all line 3D Visual3D classes that have Positions properties
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.Media.Media3DVisual3D
        System.Windows.Media.Media3DModelVisual3D
          Ab3d.VisualsBaseVisual3D
            Ab3d.VisualsBaseLineVisual3D
              Ab3d.VisualsBaseMultiLineVisual3D
                More

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public abstract class BaseMultiLineVisual3D : BaseLineVisual3D

The BaseMultiLineVisual3D type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyIsLineStrip Gets a Boolean that defines if Positions property defines connected or disconnected lines. If true then lines are connected which means that one position is used as end of one line segment and start of another line segment. If false then lines are not connected and one position is used only with one line.
Public propertyPositions Gets Point3DCollection that define the 3D lines.
Top
Methods
 NameDescription
Protected methodSetPositions Sets the value of PositionsProperty
Top
Fields
 NameDescription
Public fieldStatic memberPositionsProperty PositionsProperty
Top
Extension Methods
 NameDescription
Public Extension MethodDumpHierarchy Display details about the hierarchy of Visual3D children to Debug console (for example to Visual Studio's Immediate window).
(Defined by Extensions)
Public Extension MethodForEachGeometryModel3D Performs the specified action on each GeometryModel3D inside the rootModelVisual3D.
(Defined by Extensions)
Public Extension MethodForEachVisual3D Performs the specified action on each ModelVisual3D inside the rootModelVisual3D.
(Defined by Extensions)
Public Extension MethodGetName Gets name of the Visual3D that was previously set by SetName extension method.
(Defined by Extensions)
Public Extension MethodSetName Sets Name property to Visual3D. Note that if name is not correct for WPF, it can be corrected (name must start with a letter or the underscore character (_), and must contain only letters, digits, or underscores). In this case the SetName method will set the corrected name to the object and return false (in this case you can call GetName to get the corrected name). True is returned when the original name is set to the object.
(Defined by Extensions)
Top
See Also
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.Media.Media3DVisual3D
        System.Windows.Media.Media3DModelVisual3D
          Ab3d.VisualsBaseVisual3D
            Ab3d.VisualsBaseLineVisual3D
              Ab3d.VisualsBaseMultiLineVisual3D
                Ab3d.VisualsAxisVisual3D
                Ab3d.VisualsBasePolyLineVisual3D
                Ab3d.VisualsMultiLineVisual3D
                Ab3d.VisualsWireBoxVisual3D
                Ab3d.VisualsWireCrossVisual3D