| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Point3D | GetCenter
()
Get method for attribute "Center" The center of the ellipse |
| double | GetEndAngle
()
Get method for attribute "EndAngle" The ending angle |
| double | GetMajorLength
()
Get method for attribute "MajorLength" The major length |
| double | GetMinorLength
()
Get method for attribute "MinorLength" The minor length |
| double | GetStartAngle
()
Get method for attribute "StartAngle" The starting angle |
| Vector3D | GetUnitMajorAxis
()
Get method for attribute "UnitMajorAxis" The unit major axis |
| Vector3D | GetUnitNormal
()
Get method for attribute "UnitNormal" The unit normal |
| void | SetCenter
(Point3D value)
Set method for attribute "Center" The center of the ellipse |
| void | SetEndAngle
(double value)
Set method for attribute "EndAngle" The ending angle |
| void | SetMajorLength
(double value)
Set method for attribute "MajorLength" The major length |
| void | SetMinorLength
(double value)
Set method for attribute "MinorLength" The minor length |
| void | SetStartAngle
(double value)
Set method for attribute "StartAngle" The starting angle |
| void | SetUnitMajorAxis
(Vector3D value)
Set method for attribute "UnitMajorAxis" The unit major axis |
| void | SetUnitNormal
(Vector3D value)
Set method for attribute "UnitNormal" The unit normal |
| Methods Inherited from Interface com.ptc.pfc.pfcGeometry.CurveDescriptor |
|---|
| GetCurveType |
| Method Detail |
|---|
| GetCenter/SetCenter |
|---|
| Point3D | GetCenter | () |
| void | SetCenter | (Point3D value) |
| The center of the ellipse |
| GetUnitMajorAxis/SetUnitMajorAxis |
|---|
| Vector3D | GetUnitMajorAxis | () |
| void | SetUnitMajorAxis | (Vector3D value) |
| The unit major axis |
| GetUnitNormal/SetUnitNormal |
|---|
| Vector3D | GetUnitNormal | () |
| void | SetUnitNormal | (Vector3D value) |
| The unit normal |
| GetMajorLength/SetMajorLength |
|---|
| double | GetMajorLength | () |
| void | SetMajorLength | (double value) |
| The major length |
| GetMinorLength/SetMinorLength |
|---|
| double | GetMinorLength | () |
| void | SetMinorLength | (double value) |
| The minor length |
| GetStartAngle/SetStartAngle |
|---|
| double | GetStartAngle | () |
| void | SetStartAngle | (double value) |
| The starting angle |
| GetEndAngle/SetEndAngle |
|---|
| double | GetEndAngle | () |
| void | SetEndAngle | (double value) |
| The ending angle |