Navigation: Scripting Reference Manual > Data Structures > T_LINE

 

T_LINE

 

Contact Us: fredsupport@photonengr.com

 

Description

Data structure for a Line Curve type.

 

Definition

Type T_LINE

startX As Double

startY As Double

startZ As Double

endX As Double

endY As Double

endZ As Double

End Type

 

Members

startX

X component of the starting point of the Line.

 

startY

Y component of the starting point of the Line.

 

startZ

Z component of the starting point of the Line.

 

endX

X component of the ending point of the Line.

 

endY

Y component of the ending point of the Line.

 

endZ

Z component of the ending point of the Line.

 

Used as Parameter in

AddLine

GetLine

InitLine

SetLine

Examples

Curves

 

 

 

 

 

Copyright © Photon Engineering, LLC