[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A 3D Bézier
Source position: fpvectorial.pas line 136
type T3DBezierSegment = class(T3DSegment) |
||
public |
||
X2: Double; |
|
The X coodinate of the first control point of the Bézier |
Y2: Double; |
|
The Y coodinate of the first control point of the Bézier |
Z2: Double; |
|
The Z coodinate of the first control point of the Bézier |
X3: Double; |
|
The X coodinate of the second control point of the Bézier |
Y3: Double; |
|
The Y coodinate of the second control point of the Bézier |
Z3: Double; |
|
The Z coodinate of the second control point of the Bézier |
end; |
|
A 3D Bézier |
|
| | ||
|
A 3D line segment |
|
| | ||
|
A generic path segment |
|
| | ||
TObject |
This class is provided only for usage in milling machines, don't use it for actually creating 3D documents as fpvectorial is currently a 2D library.