Interface ISurface

ISurface interface

A ISurface is a two-dimensional geometric object.

public interface ISurface : IGeometry

Methods

NameDescription
GetPointOnSurface()Finds a point that is guaranteed to be on this surface.
ToEditable()Gets an editable copy of this geometry.
ToLinearGeometry()Gets approximate or equivalent non-curve version of this geometry using the default tolerance.
ToLinearGeometry(double)Gets approximate or equivalent non-curve version of this geometry using the specified tolerance.

See Also