Library | Package Java Toolkit

Interface PolygonDescriptor

package com.ptc.pfc.pfcGeometry;

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



Description

A data object representing the geometry of a polygon.



Method Summary
Point3DsGetVertices ()
    Get method for attribute "Vertices"
    Array of the vertices of the polygon.
voidSetVertices (Point3Ds value)
    Set method for attribute "Vertices"
    Array of the vertices of the polygon.

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

Method Detail

GetVertices/SetVertices

Point3DsGetVertices ()
voidSetVertices (Point3Ds value)


    Array of the vertices of the polygon.