public class StepCompositeCurve extends StepBoundedCurve
CompositeCurve class for STP file.
| Constructor and Description |
|---|
StepCompositeCurve() |
StepCompositeCurve(String name,
List<StepRepresentationItem> segments,
boolean selfIntersect) |
| Modifier and Type | Method and Description |
|---|---|
StepItemType |
getItemType() |
List<StepRepresentationItem> |
getSegments() |
boolean |
getSelfIntersect() |
void |
setSegments(List<StepRepresentationItem> value) |
void |
setSelfIntersect(boolean value) |
public StepCompositeCurve()
public StepCompositeCurve(String name, List<StepRepresentationItem> segments, boolean selfIntersect)
public StepItemType getItemType()
getItemType in class StepRepresentationItempublic final List<StepRepresentationItem> getSegments()
public final void setSegments(List<StepRepresentationItem> value)
public final boolean getSelfIntersect()
public final void setSelfIntersect(boolean value)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.