| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Point3D | GetCenter
()
Get method for attribute "Center" The center of the arc |
| double | GetEndAngle
()
Get method for attribute "EndAngle" The angular parameter of the ending point |
| double | GetRadius
()
Get method for attribute "Radius" The radius of the arc |
| double | GetStartAngle
()
Get method for attribute "StartAngle" The angular parameter of the starting point |
| Vector3D | GetVector1
()
Get method for attribute "Vector1" The first vector that defines the plane of the arc |
| Vector3D | GetVector2
()
Get method for attribute "Vector2" The second vector that defines the plane of the arc |
| void | SetCenter
(Point3D value)
Set method for attribute "Center" The center of the arc |
| void | SetEndAngle
(double value)
Set method for attribute "EndAngle" The angular parameter of the ending point |
| void | SetRadius
(double value)
Set method for attribute "Radius" The radius of the arc |
| void | SetStartAngle
(double value)
Set method for attribute "StartAngle" The angular parameter of the starting point |
| void | SetVector1
(Vector3D value)
Set method for attribute "Vector1" The first vector that defines the plane of the arc |
| void | SetVector2
(Vector3D value)
Set method for attribute "Vector2" The second vector that defines the plane of the arc |
| Methods Inherited from Interface com.ptc.pfc.pfcGeometry.CurveDescriptor |
|---|
| GetCurveType |
| Method Detail |
|---|
| GetVector1/SetVector1 |
|---|
| Vector3D | GetVector1 | () |
| void | SetVector1 | (Vector3D value) |
| The first vector that defines the plane of the arc |
| GetVector2/SetVector2 |
|---|
| Vector3D | GetVector2 | () |
| void | SetVector2 | (Vector3D value) |
| The second vector that defines the plane of the arc |
| GetCenter/SetCenter |
|---|
| Point3D | GetCenter | () |
| void | SetCenter | (Point3D value) |
| The center of the arc |
| GetStartAngle/SetStartAngle |
|---|
| double | GetStartAngle | () |
| void | SetStartAngle | (double value) |
| The angular parameter of the starting point |
| GetEndAngle/SetEndAngle |
|---|
| double | GetEndAngle | () |
| void | SetEndAngle | (double value) |
| The angular parameter of the ending point |
| GetRadius/SetRadius |
|---|
| double | GetRadius | () |
| void | SetRadius | (double value) |
| The radius of the arc |