Topsolid online Help Index
Created : v6.6
IShape.GetEdgeLineParams(EdgeId, Umin, Umax, P1X, P1Y, P1Z, P2X, P2Y, P2Z, Sense)
This method gets the parameters of a line curve.
|
IN:
|
Long EdgeId |
Id of the edge.
|
|
OUT:
|
Double Umin |
Minimum U-parameter. |
|
OUT: |
Double Umax |
Maximum U-parameter.
|
|
OUT: |
Double P1X |
X coordinate of the minimum point.
|
|
OUT: |
Double P1Y |
Y coordinate of the minimum point.
|
|
OUT: |
Double P1Z |
Z coordinate of the minimum point.
|
|
OUT: |
Double P2X |
X coordinate of the maximum point.
|
|
OUT: |
Double P2Y |
Y coordinate of the maximum point.
|
|
OUT: |
Double P2Z |
Z coordinate of the maximum point.
|
|
OUT: |
Boolean Sense |
True if the curve is in the same sense as the edge.
|

Topsolid online Help Index