figureone
    Preparing search index...

    Interface OBJ_LineDefinition

    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

    • p2 TypeParsablePoint — second point of line

    • length number — length of line

    • theta number — theta (elevation) angle of line in spherical coordinates

    • angle number — angle of line in 2D definition

    • phi number — phi (azimuth) angle of line in spherical coordinates

    • direction number | TypeParsablePoint — direction vector of line from p1

    • ends 0 | 1 | 2