Click or drag to resize
IGeSurface Interface
Base interface for 2-dimensional geometry.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IGeSurface : IGeGeometry

The IGeSurface type exposes the following members.

Properties
  NameDescription
Public propertyInterpolation
Returns surface interpolation.
Public propertyNormal
Returns unit normal vector of this surface. If surface has no normal, returns empty vector.
Top
Methods
  NameDescription
Public methodAngleTo
Returns angle between two planar surfaces.
Public methodInterpolate
Interpolates surface using specified interpolation method.
Public methodIsCoplanarTo
Returns True if this surface is coplanar to specified surface, otherwise returns False.
Public methodIsParallelTo
Returns True if this surface is parallel to specified surface, otherwise returns False.
Public methodReverse
Returns reversed (plane-flipped) surface with regards to surface plane normal direction.
Top
Remarks