| Package | Description |
|---|---|
| com.aspose.cad.fileformats.stp.items |
| Modifier and Type | Method and Description |
|---|---|
StepCartesianPoint |
StepAxis2Placement.getLocation() |
StepCartesianPoint |
StepVertexPoint.getLocation() |
StepCartesianPoint |
StepLine.getPoint() |
| Modifier and Type | Method and Description |
|---|---|
List<StepCartesianPoint> |
StepBSplineCurve.getControlPointsList() |
List<StepCartesianPoint> |
StepBsplineSurface.getControlPointsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
StepAxis2Placement.setLocation(StepCartesianPoint value) |
void |
StepVertexPoint.setLocation(StepCartesianPoint value) |
void |
StepLine.setPoint(StepCartesianPoint value) |
| Modifier and Type | Method and Description |
|---|---|
void |
StepBsplineSurface.setControlPointsList(List<StepCartesianPoint> value) |
| Constructor and Description |
|---|
StepAxis2Placement2D(String label,
StepCartesianPoint location,
StepDirection direction) |
StepAxis2Placement3D(String name,
StepCartesianPoint location,
StepDirection axis,
StepDirection refDirection) |
StepBSplineCurve(String name,
StepCartesianPoint... controlPoints) |
StepBSplineCurveWithKnots(String name,
StepCartesianPoint... controlPoints) |
StepLine(String label,
StepCartesianPoint point,
StepVector vector) |
StepVertexPoint(String name,
StepCartesianPoint location) |
| Constructor and Description |
|---|
StepBSplineCurve(String name,
List<StepCartesianPoint> controlPoints) |
StepBSplineCurveWithKnots(String name,
List<StepCartesianPoint> controlPoints) |
StepBsplineSurface(String name,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<StepCartesianPoint> controlPoints) |