public class StepGeometricCurveSet extends StepGeometricSet
Geometric CurveSet class for STP file.
| Constructor and Description |
|---|
StepGeometricCurveSet() |
StepGeometricCurveSet(String name,
List<StepRepresentationItem> curves) |
| Modifier and Type | Method and Description |
|---|---|
List<StepRepresentationItem> |
getCurves() |
StepItemType |
getItemType() |
void |
setCurves(List<StepRepresentationItem> value) |
public StepGeometricCurveSet()
public StepGeometricCurveSet(String name, List<StepRepresentationItem> curves)
public final List<StepRepresentationItem> getCurves()
public final void setCurves(List<StepRepresentationItem> value)
public StepItemType getItemType()
getItemType in class StepRepresentationItemCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.