public class StepOrientedEdge extends StepEdge
OrientedEdge class for STP file.
Constructor and Description |
---|
StepOrientedEdge(String name,
StepVertexPoint edgeStart,
StepVertexPoint edgeEnd,
StepEdge edgeElement,
boolean orientation) |
Modifier and Type | Method and Description |
---|---|
StepEdge |
getEdgeElement() |
int |
getItemType() |
boolean |
getOrientation() |
void |
setEdgeElement(StepEdge value) |
void |
setOrientation(boolean value) |
getEdgeEnd, getEdgeStart, setEdgeEnd, setEdgeStart
getName, setName
public StepOrientedEdge(String name, StepVertexPoint edgeStart, StepVertexPoint edgeEnd, StepEdge edgeElement, boolean orientation)
public int getItemType()
getItemType
in class StepRepresentationItem
public final StepEdge getEdgeElement()
public final void setEdgeElement(StepEdge value)
public final boolean getOrientation()
public final void setOrientation(boolean value)