| Package | Description |
|---|---|
| com.aspose.cad.fileformats.stp.items |
| Modifier and Type | Method and Description |
|---|---|
StepDirection |
StepAxis2Placement3D.getAxis()
The axis attribute defines the exact direction of the local Z axis.
|
StepDirection |
StepVector.getDirection() |
StepDirection |
StepAxis2Placement.getRefDirection()
The ref_direction attribute can be used to determine the direction of the local X axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StepAxis2Placement3D.setAxis(StepDirection value)
The axis attribute defines the exact direction of the local Z axis.
|
void |
StepVector.setDirection(StepDirection value) |
void |
StepAxis2Placement.setRefDirection(StepDirection value)
The ref_direction attribute can be used to determine the direction of the local X axis.
|
| Constructor and Description |
|---|
StepAxis2Placement2D(String label,
StepCartesianPoint location,
StepDirection direction) |
StepAxis2Placement3D(String name,
StepCartesianPoint location,
StepDirection axis,
StepDirection refDirection) |
StepVector(String name,
StepDirection direction,
double length) |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.