Line definition object.
Combinations that can be used are:
p1, p2, ends
p1, length, angle, ends (for 2D lines)
p1, length, phi, theta, ends (for 3D lines)
p1, length, direction, ends
p1 TypeParsablePoint — first point of line
p1
p2 TypeParsablePoint — second point of line
p2
length number — length of line
length
number
theta number — theta (elevation) angle of line in spherical coordinates
theta
angle number — angle of line in 2D definition
angle
phi number — phi (azimuth) angle of line in spherical coordinates
phi
direction number | TypeParsablePoint — direction vector of line from p1
direction
ends 0 | 1 | 2
ends
0
1
2
Line definition object.
Combinations that can be used are:
p1, p2, ends
p1, length, angle, ends (for 2D lines)
p1, length, phi, theta, ends (for 3D lines)
p1, length, direction, ends
p1TypeParsablePoint — first point of linep2TypeParsablePoint — second point of linelengthnumber— length of linethetanumber— theta (elevation) angle of line in spherical coordinatesanglenumber— angle of line in 2D definitionphinumber— phi (azimuth) angle of line in spherical coordinatesdirectionnumber| TypeParsablePoint — direction vector of line from p1ends0|1|2