| 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 |
StepCompositeCurve
CompositeCurve 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.
|
class |
StepTrimmedCurve
TrimmedCurve class for STP file.
|
| Modifier and Type | Method and Description |
|---|---|
StepCurve |
StepSurfaceCurve.getCurve() |
StepCurve |
StepTrimmedCurve.getCurve() |
StepCurve |
StepCompositeCurveSegment.getParentCurve() |
StepCurve |
StepSurfaceOfLinearExtrusion.getSweptCurve() |
| Modifier and Type | Method and Description |
|---|---|
void |
StepTrimmedCurve.setCurve(StepCurve value) |
void |
StepCompositeCurveSegment.setParentCurve(StepCurve value) |
void |
StepSurfaceOfLinearExtrusion.setSweptCurve(StepCurve value) |
| Constructor and Description |
|---|
StepEdgeCurve(String name,
StepVertexPoint edgeStart,
StepVertexPoint edgeEnd,
StepCurve edgeGeometry,
boolean isSameSense) |
StepSurfaceCurve(String name,
StepCurve curve,
List<StepGeometricRepresentationItem> associatedGeometry,
StepPreferredSurfaceCurveRepresentation masterRepresentation) |
StepTrimmedCurve(String name,
StepCurve curve,
StepCartesianPoint trim1Point,
double trim1Param,
StepCartesianPoint trim2Point,
double trim2Param,
boolean senseAgreement,
StepTrimmingPreference trimmingPreference) |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.