public class StepVector extends StepGeometricRepresentationItem
Vector class for STP file.
Constructor and Description |
---|
StepVector(String name,
StepDirection direction,
double length) |
Modifier and Type | Method and Description |
---|---|
StepDirection |
getDirection() |
int |
getItemType() |
double |
getLength() |
void |
setDirection(StepDirection value) |
void |
setLength(double value) |
getName, setName
public StepVector(String name, StepDirection direction, double length)
public int getItemType()
getItemType
in class StepRepresentationItem
public final StepDirection getDirection()
public final void setDirection(StepDirection value)
public final double getLength()
public final void setLength(double value)