| 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 |
| Methods Inherited from Interface com.ptc.pfc.pfcGeometry.GeomCurve |
|---|
| GetIsVisible, GetFeature, Eval3DData, EvalFromLength, EvalParameter, EvalLength, EvalLengthBetween, GetCurveDescriptor, GetNURBSRepresentation |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner |
|---|
| DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent |
|---|
| GetChild |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner |
|---|
| GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem |
|---|
| GetName, SetName, GetId, GetType |
| Method Detail |
|---|
| GetCenter |
|---|
| Point3D | GetCenter | () |
| The center of the ellipse |
| GetUnitMajorAxis |
|---|
| Vector3D | GetUnitMajorAxis | () |
| The unit major axis |
| GetUnitNormal |
|---|
| Vector3D | GetUnitNormal | () |
| The unit normal |
| GetMajorLength |
|---|
| double | GetMajorLength | () |
| The major length |
| GetMinorLength |
|---|
| double | GetMinorLength | () |
| The minor length |
| GetStartAngle |
|---|
| double | GetStartAngle | () |
| The starting angle |
| GetEndAngle |
|---|
| double | GetEndAngle | () |
| The ending angle |