plot3d spec_line modify

Allows you to modify a spec line.
Format:
 
plot3d spec_line modify
spec_line_name =
an existing spec_line
line_type =
line_style
color =
an existing color
thickness =
real
start_point =
location
end_point =
location
Example:
 
plot3d spec_line modify &
spec_line_name =
spec_line__1 &
line_type =
solid &
color =
blue &
thickness =
1.0
 
Parameter
Value Type
Description
spec_line_name
A New Spec_line
Specifies a name for the spec line. A string of characters that identifies a spec line. Spec line names are assigned when spec lines are created. After a spec line has been created, you can reference it by its name until it is deleted. A spec line on the same plot cannot have the same name as another spec line.
spec_line_name can be any length, and you can use any combination of alphanumeric/unicode characters.
line_type
Line_style
This parameter allows the selection of the line type for a spec line. The line type describes how the line will look when displayed on a plot.
Adams View supports solid, dash, dotdash, and dot.
color
An Existing Color
Specifies the color of the spec line.
Adams View supports the following COLORs: black, white, red, green, blue, cyan, magenta, and yellow.
thickness
Real
This parameter allows the specification of the thickness of the curve.
This parameter acts as a multiplier, is a real number and must be greater than zero. The default for this parameter is 1. If you specify THICKNESS=2.5, the spec line will be two and one half times as wide as the default. Note that large values for this parameter may result in the entire plot being covered.
start_point
Location
x,y,z location of spec line start point.
end_point
Location
x,y,z location of spec line end point.