[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpvectorial' (#fcl)

T3DSegment

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A 3D line segment

Declaration

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;

Inheritance

T3DSegment

  

A 3D line segment

|

TPathSegment

  

A generic path segment

|

TObject

Description

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.


Documentation generated on: Oct 09 2011