ViewpointLine
Represents a line defined by a start and end point in a viewpoint. This interface is compliant with the BCF API specifications.
Properties
end_point
end_point:
ViewpointVector
The ending point of the line, represented as a ViewpointVector
.
start_point
start_point:
ViewpointVector
The starting point of the line, represented as a ViewpointVector
.