public class StepLine extends StepCurve
Line class for STP file.
Constructor and Description |
---|
StepLine(String label,
StepCartesianPoint point,
StepVector vector) |
Modifier and Type | Method and Description |
---|---|
static StepLine |
fromPoints(double x1,
double y1,
double z1,
double x2,
double y2,
double z2) |
int |
getItemType() |
StepCartesianPoint |
getPoint() |
StepVector |
getVector() |
void |
setPoint(StepCartesianPoint value) |
void |
setVector(StepVector value) |
getName, setName
public StepLine(String label, StepCartesianPoint point, StepVector vector)
public int getItemType()
getItemType
in class StepRepresentationItem
public final StepCartesianPoint getPoint()
public final void setPoint(StepCartesianPoint value)
public final StepVector getVector()
public final void setVector(StepVector value)
public static StepLine fromPoints(double x1, double y1, double z1, double x2, double y2, double z2)