Library | Package Java Toolkit

Interface Circle

package com.ptc.pfc.pfcGeometry;

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



Description

This class defines a circle.
Direct Known Subclasses:
WCircle



Method Summary
Point3DGetCenter ()
    Get method for attribute "Center"
    The center of the circle
doubleGetRadius ()
    Get method for attribute "Radius"
    The radius
Vector3DGetUnitNormal ()
    Get method for attribute "UnitNormal"
    The normal axis unit vector

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

Point3DGetCenter ()


    The center of the circle



GetRadius

doubleGetRadius ()


    The radius



GetUnitNormal

Vector3DGetUnitNormal ()


    The normal axis unit vector