Package | Description |
---|---|
net.rimptec.cad.catia |
Modifier and Type | Class and Description |
---|---|
class |
ControlPoint2D |
Modifier and Type | Method and Description |
---|---|
Point2D |
Ellipse2D.centerPoint() |
Point2D |
Circle2D.centerPoint() |
Point2D |
Factory2D.createPoint(double param1,
double param2) |
Point2D |
Curve2D.endPoint() |
Point2D |
Axis2D.origin() |
Point2D |
Curve2D.startPoint() |
Modifier and Type | Method and Description |
---|---|
void |
Ellipse2D.centerPoint(Point2D param1) |
void |
Circle2D.centerPoint(Point2D param1) |
void |
Curve2D.endPoint(Point2D param1) |
void |
Spline2D.insertControlPointAfter(Point2D param1,
int param2) |
void |
Curve2D.startPoint(Point2D param1) |