public class StepVector extends StepGeometricRepresentationItem
Vector class for STP file.
| Constructor and Description |
|---|
StepVector(String name,
StepDirection direction,
double length) |
| Modifier and Type | Method and Description |
|---|---|
StepDirection |
getDirection() |
StepItemType |
getItemType() |
double |
getLen() |
void |
setDirection(StepDirection value) |
void |
setLen(double value) |
public StepVector(String name, StepDirection direction, double length)
public StepItemType getItemType()
getItemType in class StepRepresentationItempublic final StepDirection getDirection()
public final void setDirection(StepDirection value)
public final double getLen()
public final void setLen(double value)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.