Package | Description |
---|---|
com.aspose.cad.fileformats.stp.items |
Modifier and Type | Method and Description |
---|---|
StepAxis2Placement3D |
StepConicalSurface.getAxis() |
StepAxis2Placement3D |
StepSphericalSurface.getAxis() |
StepAxis2Placement3D |
StepToroidalSurface.getAxis() |
StepAxis2Placement3D |
StepElementarySurface.getPosition() |
Modifier and Type | Method and Description |
---|---|
List<StepAxis2Placement3D> |
StepShapeRepresentation.getShaItems() |
Modifier and Type | Method and Description |
---|---|
void |
StepConicalSurface.setAxis(StepAxis2Placement3D value) |
void |
StepSphericalSurface.setAxis(StepAxis2Placement3D value) |
void |
StepToroidalSurface.setAxis(StepAxis2Placement3D value) |
void |
StepElementarySurface.setPosition(StepAxis2Placement3D value) |
Modifier and Type | Method and Description |
---|---|
void |
StepShapeRepresentation.setShaItems(List<StepAxis2Placement3D> value) |
Constructor and Description |
---|
StepConicalSurface(String name,
StepAxis2Placement3D axis,
double _radius,
double _semi_angle) |
StepCylindricalSurface(String name,
StepAxis2Placement3D position,
double radius) |
StepElementarySurface(String name,
StepAxis2Placement3D position) |
StepPlane(String name,
StepAxis2Placement3D position) |
StepSphericalSurface(String name,
StepAxis2Placement3D axis,
double _radius) |
StepToroidalSurface(String name,
StepAxis2Placement3D axis,
double major_radius,
double minor_radius) |
Constructor and Description |
---|
StepShapeRepresentation(String name,
List<StepAxis2Placement3D> items) |