Click or drag to resize

PolylinePrimitiveSet Method (SurfaceShapesResult)

Defines the positions of a polyline using the positions of the specified surfaceShapesResult.

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(
	SurfaceShapesResult surfaceShapesResult
)

Parameters

surfaceShapesResult
Type: AGI.Foundation.Geometry.DiscreteSurfaceShapesResult
The surface shapes result used to define the polyline.
Exceptions
ExceptionCondition
ArgumentNullExceptionsurfaceShapesResult is null.
Remarks
This is equivalent to to calling Set with surfaceShapesResult.Positions. See Set for a full discussion.
See Also