Click or drag to resize

PolylinePrimitiveSet Method (SurfaceTriangulatorResult)

Defines the positions of a polyline using the boundary positions of the specified surfaceTriangulatorResult.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Set(
	SurfaceTriangulatorResult surfaceTriangulatorResult
)

Parameters

surfaceTriangulatorResult
Type: AGI.Foundation.Geometry.DiscreteSurfaceTriangulatorResult
The surface triangulator result used to define the polyline.
Exceptions
ExceptionCondition
ArgumentNullExceptionsurfaceTriangulatorResult is null.
Remarks
This is equivalent to to calling Set with surfaceTriangulatorResult.BoundaryPositions. See Set for a full discussion.
See Also