Click or drag to resize
GePlane Constructor (GeLine, GeLine)
Initializes a new instance of the plane using two specified coplanar lines.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GePlane(
	GeLine line1,
	GeLine line2
)

Parameters

line1
Type: FDF.Common.GeometriesGeLine
line2
Type: FDF.Common.GeometriesGeLine
Remarks