[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A 3D line segment
Source position: fpvectorial.pas line 127
type T3DSegment = class(TPathSegment) |
||
public |
||
X: Double; |
|
The X coordinates in milimiters of the end of the segment |
Y: Double; |
|
The Y coordinates in milimiters of the end of the segment |
Z: Double; |
|
The Z coordinates in milimiters of the end of the segment |
end; |
|
A 3D line segment |
|
| | ||
|
A generic path segment |
|
| | ||
TObject |
This class is provided only for 3D documents, don't use it to create 2D documents. In a 3D segment, the X, Y and Z coordinates represent always the final point of the segment, being that it starts where the previous segment ends. The exception is for the first segment of all, which simply holds the starting point for the drawing and should always be of the type stMoveTo.