public class CallPoint3D
extends java.lang.Object
| Constructor and Description |
|---|
CallPoint3D(com.ptc.pfc.pfcBase.Point3D point) |
| Modifier and Type | Method and Description |
|---|---|
static CallPoint3D |
create() |
double |
get(int idx) |
com.ptc.pfc.pfcBase.Point3D |
getPoint() |
void |
set(int idx,
double value) |
public double get(int idx)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void set(int idx,
double value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallPoint3D create() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcBase.Point3D getPoint()