API Documentation > Interfaces > Interface Arc
Interface Arc

package com.ptc.pfc.pfcGeometry;

public interface
Arc
extends
com.ptc.pfc.pfcGeometry.Curve


Description
A Creo Parametric curve with arc geometry.
Direct Known Subclasses:
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcGeometry.GeomCurve :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem :
Method Summary
Get method for attribute "Center"
The center of the arc
double
Get method for attribute "EndAngle"
The angular parameter of the ending point
double
Get method for attribute "Radius"
The radius of the arc
double
Get method for attribute "StartAngle"
The angular parameter of the starting point
Get method for attribute "Vector1"
The first vector that defines the plane of the arc
Get method for attribute "Vector2"
The second vector that defines the plane of the arc
Method Detail
GetVector1
GetVector1
()
The first vector that defines the plane of the arc
GetVector2
GetVector2
()
The second vector that defines the plane of the arc
GetCenter
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
Was this helpful?