StrokeSymbolLayerLineStyle3D enum

The list of possible 3D line styles.

The 3D line style describes the way that line symbol layers will render in 3D. The property refers to the rendering style of a 3D stroke layer. In a scene view, changing this property will change the fundamental appearance of the stroke layer.

Inheritance
Available extensions

Values

tube → const StrokeSymbolLayerLineStyle3D

The tube style causes the stroke to appear as a 3D tube. A "tube" here refers to a solid circular cylinder, following the given geometry.

strip → const StrokeSymbolLayerLineStyle3D

The strip style causes the stroke to appear as a flat strip of surface. Note that the cap style for this line is always StrokeSymbolLayerCapStyle.butt. A "strip" here refers to a flat 2D surface with more significant width than a line, though it is presented in 3D.

Properties

coreValue → RT_StrokeSymbolLayerLineStyle3D
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<StrokeSymbolLayerLineStyle3D>
A constant List of the values in this enum, in order of their declaration.