| 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 |
| 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 |
|---|
| GetVector1 |
|---|
| Vector3D | GetVector1 | () |
| The first vector that defines the plane of the arc |
| GetVector2 |
|---|
| Vector3D | GetVector2 | () |
| The second vector that defines the plane of the arc |
| GetCenter |
|---|
| Point3D | GetCenter | () |
| The center of the arc |
| GetStartAngle |
|---|
| double | GetStartAngle | () |
| The angular parameter of the starting point |
| GetEndAngle |
|---|
| double | GetEndAngle | () |
| The angular parameter of the ending point |
| GetRadius |
|---|
| double | GetRadius | () |
| The radius of the arc |