Click or drag to resize
GeSurface Class
Base class for building 2-dimensional geometry.
Inheritance Hierarchy

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public abstract class GeSurface : GeGeometry, 
	IGeSurface

The GeSurface type exposes the following members.

Constructors
  NameDescription
Protected methodGeSurface
Initializes a new instance of the GeSurface class
Top
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