The ScreenSpaceLines3D type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ScreenSpaceLines3D()()()() |
Represents the main constructor for this class
| |
ScreenSpaceLines3D(Camera) |
Alternative constructor, initializing the camera
that will be used for line clipping.
|
Methods
Name | Description | |
---|---|---|
AddToWireframe(GeometryModel3D, Int32) |
Generates a wireframe representing the Vertex3D.
| |
AddToWireframe(GeometryModel3D, Int32, Int32) |
Generates a wireframe representing the Edge3D.
| |
AddToWireframe(GeometryModel3D, Int32, Int32, Int32) |
Generates a wireframe representing the Face3D.
| |
AddToWireframe(Model3D, Boolean, Boolean, Boolean) |
Generates a wireframe representing the Model3D | |
ApplyAnimationClock(DependencyProperty, AnimationClock) | Applies the effect of a given AnimationClock to a given dependency property. (Inherited from Visual3D.) | |
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) | Applies the effect of a given AnimationClock to a given dependency property. The effect of the new AnimationClock on any current animations is determined by the value of the handoffBehavior parameter. (Inherited from Visual3D.) | |
Attach |
Attach this object to the CompositionTarget rendering engine
| |
BeginAnimation(DependencyProperty, AnimationTimeline) | Initiates an animation sequence for the DependencyProperty object, based on the specified AnimationTimeline. (Inherited from Visual3D.) | |
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) | Initiates an animation sequence for the DependencyProperty object, based on both the specified AnimationTimeline and HandoffBehavior. (Inherited from Visual3D.) | |
CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) | |
ClearValue(DependencyProperty) | Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (Inherited from DependencyObject.) | |
ClearValue(DependencyPropertyKey) | Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. (Inherited from DependencyObject.) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. (Inherited from DependencyObject.) | |
Detach |
Detach this object from the CompositionTarget rendering engine
| |
Equals | Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Inherited from DependencyObject.) | |
FindCommonVisualAncestor | Returns the common ancestor of the visual object and another specified visual object. (Inherited from Visual3D.) | |
GetAnimationBaseValue | Retrieves the base value of the specified DependencyProperty object. (Inherited from Visual3D.) | |
GetHashCode | Gets a hash code for this DependencyObject. (Inherited from DependencyObject.) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Inherited from DependencyObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (Inherited from DependencyObject.) | |
InvalidateProperty | Re-evaluates the effective value for the specified dependency property (Inherited from DependencyObject.) | |
IsAncestorOf | Determines whether the visual object is an ancestor of the descendant visual object. (Inherited from Visual3D.) | |
IsDescendantOf | Determines whether the visual object is a descendant of the ancestor visual object. (Inherited from Visual3D.) | |
MakeGuidelines |
Adds the provided points into the line point lists, converting them into lines.
Each two consecutive points form a single line.
| |
MakeWireframe |
Generates a wireframe representing the Model3D | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject.) | |
SetCurrentValue | Sets the value of a dependency property without changing its value source. (Inherited from DependencyObject.) | |
SetValue(DependencyProperty, Object) | Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from DependencyObject.) | |
SetValue(DependencyPropertyKey, Object) | Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. (Inherited from DependencyObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TransformToAncestor(Visual3D) | Returns a transform that can be used to transform coordinates from this Visual3D object to the specified Visual3D ancestor of the object. (Inherited from Visual3D.) | |
TransformToAncestor(Visual) | Returns a transform that can be used to transform coordinates from this Visual3D object to the specified Visual ancestor of the object. (Inherited from Visual3D.) | |
TransformToDescendant | Returns a transform that can be used to transform coordinates from this Visual3D object to the specified Visual3D descent object. (Inherited from Visual3D.) | |
VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
Fields
Name | Description | |
---|---|---|
ColorProperty |
This is the dependency property for Color | |
PointsProperty |
This is the dependency property for Points | |
StrokeProperty |
Identifies the Stroke dependency property.
| |
ThicknessProperty |
Identifies the Thickness dependency property.
|
Properties
Name | Description | |
---|---|---|
AsyncRender |
Enables asynchronous rendering of lines for better performance
| |
Children | Gets a collection of child Visual3D objects. (Inherited from ModelVisual3D.) | |
Color |
Get or set the color of the line
| |
Content | Gets or sets the model that comprises the content of the ModelVisual3D. (Inherited from ModelVisual3D.) | |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
HasAnimatedProperties | Gets a value that indicates whether this Visual3D has any animated properties. (Inherited from Visual3D.) | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
NormalScaleFactor |
Get or set the scale factor for the lines representing normals to faces
| |
Points |
Get or set the Point3DCollection containing the Point3D that describe this line
| |
Stroke |
Gets or sets the foreground Brush used for the line.
| |
Thickness |
Get or set the tickness of the line
| |
Transform | Gets or sets the transform set on the ModelVisual3D. (Inherited from ModelVisual3D.) |