Topsolid online Help Index
Created : v6.6
IShape.GetEdgeEllipseParams(EdgeId, Umin, Umax, P1X, P1Y, P1Z, P2X, P2Y, P2Z, PcX, PcY, PcZ, VXx, VXy, VXz, VYx, VYy, VYz, RadiusX, RadiusY, Sense)
This method gets the parameters of an ellipse 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: |
Double PcX |
X coordinate of the center.
|
|
OUT: |
Double PcY |
Y coordinate of the center.
|
|
OUT: |
Double PcZ |
Z coordinate of the center.
|
|
OUT: |
Double VXx |
X coordinate of the vector X.
|
|
OUT: |
Double VXy |
Y coordinate of the vector X.
|
|
OUT: |
Double VXz |
Z coordinate of the vector X.
|
|
OUT: |
Double VYx |
X coordinate of the vector Y.
|
|
OUT: |
Double VYy |
Y coordinate of the vector Y.
|
|
OUT: |
Double VYz |
Z coordinate of the vector Y.
|
|
OUT: |
Double RadiusX |
Radius along X.
|
|
OUT: |
Double RadiusY |
Radius along Y.
|
|
OUT: |
Boolean Sense |
True if the curve is in the same sense as the edge.
|
Topsolid online Help Index