CADability dotNET
Creates a new plane. The parameter data is under-determined for the plane, so the x-axis and y-axis will be determined arbitrarily

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Plane(
	GeoPoint Location,
	GeoVector Normal
)
Visual Basic
Public Sub New ( _
	Location As GeoPoint, _
	Normal As GeoVector _
)
Visual C++
public:
Plane(
	GeoPoint Location, 
	GeoVector Normal
)

Parameters

Location
Type: CADability..::..GeoPoint
location of the plane
Normal
Type: CADability..::..GeoVector
normal vector of the plane

See Also