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.2.419.0 (24.2.419.0)
Syntax public void Set(
SurfaceShapesResult surfaceShapesResult
)
Public Sub Set (
surfaceShapesResult As SurfaceShapesResult
)
public:
void Set(
SurfaceShapesResult^ surfaceShapesResult
)
member Set :
surfaceShapesResult : SurfaceShapesResult -> unit
Parameters
- surfaceShapesResult
- Type: AGI.Foundation.Geometry.DiscreteSurfaceShapesResult
The surface shapes result used to define the polyline.
Exceptions Remarks
This is equivalent to to calling
Set
with
surfaceShapesResult.Positions.
See
Set
for a full discussion.
See Also