Line SOP
Summary[edit]
The Line SOP creates straight lines.
Contents
Parameters - Page
Point A pa
- ⊞ - These X,Y, and Z values set the position of the beginning of the line.
- X
pax
-
- Y
pay
-
- Z
paz
-
Point B pb
- ⊞ - These X,Y, and Z values set the position of the end of the line.
- X
pbx
-
- Y
pby
-
- Z
pbz
-
Number of Points points
- The number of points the line is made of. Minimum is 2 points.
Texture Coordinates texture
- ⊞ - Texture adds (0,1) coordinates to the vertices when set to Unit. Creates a rectangle without uv attributes when set to Off.
- Off
off
-
- Unit
unit
-
SOPs |
---|
• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • |
An Operator Family that reads, creates and modifies 3D polygons, curves, NURBS surfaces, spheres, meatballs and other 3D surface data.
Each SOP has a list of Points. Each point has an XYZ 3D position value plus other optional attributes. Each polygon Primitive is defined by a vertex list, which is list of point numbers.