LineType.GetPatternVertices Method

Computes the pattern from the given vertices and returns the lines and points that represent it.
Public Overridable Sub GetPatternVertices( _ 
ByVal maxPatternRepetitions As Integer, _ 
ByVal vertices As Point3D(), _ 
ByVal scale As Single, _ 
ByRef lines As List(Of Point3D), _ 
ByRef points As List(Of Point3D), _ 
Optional ByVal transformation As Transformation = null _ 
)
This language is not supported or no code example is available.
public virtual void GetPatternVertices( 
int maxPatternRepetitions
Point3D[] vertices
float scale
out List<Point3D> lines
out List<Point3D> points
Transformation transformation = null 
)
This language is not supported or no code example is available.

Parameters

maxPatternRepetitions
int

The maximum number of pattern repetitions allowed between two vertices of a curve

vertices
Point3D[]

The list of segments on which to compute the pattern

scale
float

The line type scale

lines
List<Point3D>

The computed points representing the lines of the pattern

points
List<Point3D>

The computed points representing the dots of the pattern

transformation
Transformation

The accumulated parents transformation

.NET Framework

Supported in: 4.8

In this article

Definition