| Package | Description |
|---|---|
| com.aspose.cad.fileformats.stp.items |
| Modifier and Type | Method and Description |
|---|---|
StepCartesianPoint |
StepAxis2Placement.getLocation()
The location attribute defines the spatial position of the reference
point and origin of the associated placement coordinate system.
|
StepCartesianPoint |
StepVertexPoint.getLocation() |
StepCartesianPoint |
StepLine.getPoint() |
StepCartesianPoint |
StepTrimmedCurve.getTrim1Point() |
StepCartesianPoint |
StepTrimmedCurve.getTrim2Point() |
| Modifier and Type | Method and Description |
|---|---|
List<StepCartesianPoint> |
StepBSplineCurve.getControlPointsList() |
List<StepCartesianPoint> |
StepPolyLoop.getPolygon() |
| Modifier and Type | Method and Description |
|---|---|
void |
StepAxis2Placement.setLocation(StepCartesianPoint value)
The location attribute defines the spatial position of the reference
point and origin of the associated placement coordinate system.
|
void |
StepVertexPoint.setLocation(StepCartesianPoint value) |
void |
StepLine.setPoint(StepCartesianPoint value) |
void |
StepTrimmedCurve.setTrim1Point(StepCartesianPoint value) |
void |
StepTrimmedCurve.setTrim2Point(StepCartesianPoint value) |
| Modifier and Type | Method and Description |
|---|---|
void |
StepPolyLoop.setPolygon(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) |
StepTrimmedCurve(String name,
StepCurve curve,
StepCartesianPoint trim1Point,
double trim1Param,
StepCartesianPoint trim2Point,
double trim2Param,
boolean senseAgreement,
StepTrimmingPreference trimmingPreference) |
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) |
StepPolyLoop(String name,
List<StepCartesianPoint> polygon) |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.