Library | Package Java Toolkit

Interface Ellipse

package com.ptc.pfc.pfcGeometry;

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



Description

An elliptic Creo Parametric curve.
Direct Known Subclasses:
WEllipse



Method Summary
Point3DGetCenter ()
    Get method for attribute "Center"
    The center of the ellipse
doubleGetEndAngle ()
    Get method for attribute "EndAngle"
    The ending angle
doubleGetMajorLength ()
    Get method for attribute "MajorLength"
    The major length
doubleGetMinorLength ()
    Get method for attribute "MinorLength"
    The minor length
doubleGetStartAngle ()
    Get method for attribute "StartAngle"
    The starting angle
Vector3DGetUnitMajorAxis ()
    Get method for attribute "UnitMajorAxis"
    The unit major axis
Vector3DGetUnitNormal ()
    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

Point3DGetCenter ()


    The center of the ellipse



GetUnitMajorAxis

Vector3DGetUnitMajorAxis ()


    The unit major axis



GetUnitNormal

Vector3DGetUnitNormal ()


    The unit normal



GetMajorLength

doubleGetMajorLength ()


    The major length



GetMinorLength

doubleGetMinorLength ()


    The minor length



GetStartAngle

doubleGetStartAngle ()


    The starting angle



GetEndAngle

doubleGetEndAngle ()


    The ending angle