public class StepEdgeCurve extends StepEdge
EdgeCurve class for STP file.
| Constructor and Description |
|---|
StepEdgeCurve(String name,
StepVertexPoint edgeStart,
StepVertexPoint edgeEnd,
StepCurve edgeGeometry,
boolean isSameSense) |
| Modifier and Type | Method and Description |
|---|---|
StepRepresentationItem |
getEdgeGeometry() |
StepItemType |
getItemType() |
boolean |
isSameSense() |
void |
setEdgeGeometry(StepRepresentationItem value) |
void |
setSameSense(boolean value) |
getEdgeEnd, getEdgeStart, setEdgeEnd, setEdgeStartpublic StepEdgeCurve(String name, StepVertexPoint edgeStart, StepVertexPoint edgeEnd, StepCurve edgeGeometry, boolean isSameSense)
public StepItemType getItemType()
getItemType in class StepRepresentationItempublic final StepRepresentationItem getEdgeGeometry()
public final void setEdgeGeometry(StepRepresentationItem value)
public final boolean isSameSense()
public final void setSameSense(boolean value)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.