Click or drag to resize

SurfaceShapesResult Class

Represents the boundary positions of a shape on the surface computed from by a SurfaceShapes method.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Geometry.DiscreteSurfaceShapesResult

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class SurfaceShapesResult : IDisposable

The SurfaceShapesResult type exposes the following members.

Properties
  NameDescription
Public propertyPolylineType
Gets the PolylineType of Positions.
Public propertyPositions
Gets the positions of the computed shape.
Public propertyPositionsWindingOrder
Gets the winding order of Positions.
Top
Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also