Click or drag to resize
Ab4d.SharpEngine logo

WireCrossNode Class

WireCrossNode class is used to create a SceneNode that creates three perpendicular 3D lines that are crossing at the specified position.
Inheritance Hierarchy

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public class WireCrossNode : MultiLineBaseNode

The WireCrossNode type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyLinesLength Gets or sets the length of the lines in the wire cross. Default value is 50.
Public propertyPosition Gets or sets the position of the wire cross. Default value is (0, 0, 0)
Top
Fields
 NameDescription
Public fieldStatic memberDefaultLineColor Static DefaultLineColor (set to Black by default)
Public fieldStatic memberDefaultWireCrossLineLength Static DefaultWireCrossLineLength (set to 50 by default)
Public fieldStatic memberDefaultWireCrossLineThickness Static DefaultWireCrossLineThickness (set to 1 by default)
Top
See Also