public class StepSphericalSurface extends StepSurface
SphericalSurface class for STP file.
Constructor and Description |
---|
StepSphericalSurface() |
StepSphericalSurface(String name,
StepAxis2Placement3D axis,
double _radius) |
Modifier and Type | Method and Description |
---|---|
StepAxis2Placement3D |
getAxis() |
int |
getItemType() |
double |
getRadius() |
StepSphericalSurface |
getSphericalSurface() |
void |
setAxis(StepAxis2Placement3D value) |
void |
setRadius(double value) |
getName, setName
public StepSphericalSurface()
public StepSphericalSurface(String name, StepAxis2Placement3D axis, double _radius)
public final StepSphericalSurface getSphericalSurface()
public final double getRadius()
public final void setRadius(double value)
public final StepAxis2Placement3D getAxis()
public final void setAxis(StepAxis2Placement3D value)
public int getItemType()
getItemType
in class StepRepresentationItem