CADability dotNET
Converts the shape to one or more Path objects according to the provided plane.

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

Syntax

C#
public Path[] MakePaths(
	Plane plane
)
Visual Basic
Public Function MakePaths ( _
	plane As Plane _
) As Path()
Visual C++
public:
array<Path^>^ MakePaths(
	Plane plane
)

Parameters

plane
Type: CADability..::..Plane
Plane in 3D space where the shape should be located

Return Value

The resulting path(s)

See Also