Package | Description |
---|---|
com.aspose.cad.fileformats.stp.items |
Modifier and Type | Class and Description |
---|---|
class |
StepBoundedCurve
BoundedCurve class for STP file.
|
class |
StepBSplineCurve
BSplineCurve class for STP file.
|
class |
StepBSplineCurveWithKnots
BSplineCurveWithKnots class for STP file.
|
class |
StepCircle
Circle class for STP file.
|
class |
StepConic
StepConic class for STP file.
|
class |
StepEllipse
Ellipse class for STP file.
|
class |
StepLine
Line class for STP file.
|
class |
StepPCurve
PCurve class for STP file.
|
class |
StepSurfaceCurve
SurfaceCurve class for STP file.
|
Modifier and Type | Method and Description |
---|---|
StepCurve |
StepEdgeCurve.getEdgeGeometry() |
Modifier and Type | Method and Description |
---|---|
List<StepCurve> |
StepSurfaceCurve.getCurves() |
Modifier and Type | Method and Description |
---|---|
void |
StepEdgeCurve.setEdgeGeometry(StepCurve value) |
Modifier and Type | Method and Description |
---|---|
void |
StepSurfaceCurve.setCurves(List<StepCurve> value) |
Constructor and Description |
---|
StepEdgeCurve(String name,
StepVertexPoint edgeStart,
StepVertexPoint edgeEnd,
StepCurve edgeGeometry,
boolean isSameSense) |