Click or drag to resize
IGePlane Interface

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

The IGePlane type exposes the following members.

Properties
  NameDescription
Public propertyA
Gets or sets A prameter of this plane.
Public propertyB
Gets or sets B prameter of this plane.
Public propertyC
Gets or sets C prameter of this plane.
Public propertyD
Gets or sets D prameter of this plane.
Public propertyOrigin
Returns plane origin coordinate.
Public propertyUAxis
Returns plane U axis vector.
Public propertyVAxis
Returns plane V axis vector.
Top
See Also