public class ConstraintVertex extends Vertex
auxiliary, BIT_CONSTRAINT, BIT_SYNTHETIC, reserved0, reserved1, status, x, y
Constructor and Description |
---|
ConstraintVertex(double x,
double y,
double z,
int index)
Construct a vertex with the specified coordinates and ID value.
|
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Gets a string intended for labeling the vertex in images or
reports.
|
String |
toString() |
getAuxiliaryIndex, getDistance, getDistance, getDistanceSq, getDistanceSq, getIndex, getStatus, getX, getY, getZ, isConstraintMember, isNull, isSynthetic, setAuxiliaryIndex, setConstraintMember, setIndex, setStatus, setSynthetic
public ConstraintVertex(double x, double y, double z, int index)
x
- the coordinate on the surface on which the vertex is definedy
- the coordinate on the surface on which the vertex is definedz
- the data value (z coordinate of the surface)index
- the ID of the vertex (intended as a diagnostic)public String getLabel()
Copyright © 2021. All rights reserved.