CADability dotNET
Constructs a PlaneInput object with a initial value.

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

Syntax

C#
public PlaneInput(
	string resourceId,
	Plane basePlane
)
Visual Basic
Public Sub New ( _
	resourceId As String, _
	basePlane As Plane _
)
Visual C++
public:
PlaneInput(
	String^ resourceId, 
	Plane basePlane
)

Parameters

resourceId
Type: System..::..String
the resource id to specify a string from the StringTable.
basePlane
Type: CADability..::..Plane
the base plane

See Also