Package | Description |
---|---|
com.aspose.cad.fileformats.stp.items |
Modifier and Type | Class and Description |
---|---|
class |
StepEdgeCurve
EdgeCurve class for STP file.
|
class |
StepOrientedEdge
OrientedEdge class for STP file.
|
Modifier and Type | Method and Description |
---|---|
StepEdge |
StepOrientedEdge.getEdgeElement() |
Modifier and Type | Method and Description |
---|---|
void |
StepOrientedEdge.setEdgeElement(StepEdge value) |
Constructor and Description |
---|
StepOrientedEdge(String name,
StepVertexPoint edgeStart,
StepVertexPoint edgeEnd,
StepEdge edgeElement,
boolean orientation) |