Library | Package Java Toolkit

Interface CircleDescriptor

package com.ptc.pfc.pfcGeometry;

public interface CircleDescriptor
  extends com.ptc.pfc.pfcGeometry.CurveDescriptor



Description

A data object representing the geometry of a circle.



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
voidSetCenter (Point3D value)
    Set method for attribute "Center"
    The center of the circle
voidSetRadius (double value)
    Set method for attribute "Radius"
    The radius
voidSetUnitNormal (Vector3D value)
    Set method for attribute "UnitNormal"
    The normal axis unit vector

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.CurveDescriptor
GetCurveType

Method Detail

GetCenter/SetCenter

Point3DGetCenter ()
voidSetCenter (Point3D value)


    The center of the circle



GetRadius/SetRadius

doubleGetRadius ()
voidSetRadius (double value)


    The radius



GetUnitNormal/SetUnitNormal

Vector3DGetUnitNormal ()
voidSetUnitNormal (Vector3D value)


    The normal axis unit vector