Package | Description |
---|---|
com.aspose.cad.fileformats.stp.items |
Modifier and Type | Method and Description |
---|---|
StepVertexPoint |
StepEdge.getEdgeEnd() |
StepVertexPoint |
StepEdge.getEdgeStart() |
Modifier and Type | Method and Description |
---|---|
void |
StepEdge.setEdgeEnd(StepVertexPoint value) |
void |
StepEdge.setEdgeStart(StepVertexPoint value) |
Constructor and Description |
---|
StepEdgeCurve(String name,
StepVertexPoint edgeStart,
StepVertexPoint edgeEnd,
StepCurve edgeGeometry,
boolean isSameSense) |
StepOrientedEdge(String name,
StepVertexPoint edgeStart,
StepVertexPoint edgeEnd,
StepEdge edgeElement,
boolean orientation) |