public class StepSurfaceCurve extends StepCurve
SurfaceCurve class for STP file.
| Constructor and Description |
|---|
StepSurfaceCurve(String name,
StepCurve curve,
List<StepGeometricRepresentationItem> associatedGeometry,
StepPreferredSurfaceCurveRepresentation masterRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
List<StepGeometricRepresentationItem> |
getAssociatedGeometry() |
StepCurve |
getCurve() |
StepItemType |
getItemType() |
StepPreferredSurfaceCurveRepresentation |
getMasterRepresentation() |
void |
setAssociatedGeometry(List<StepGeometricRepresentationItem> value) |
void |
setMasterRepresentation(StepPreferredSurfaceCurveRepresentation value) |
public StepSurfaceCurve(String name, StepCurve curve, List<StepGeometricRepresentationItem> associatedGeometry, StepPreferredSurfaceCurveRepresentation masterRepresentation)
public StepItemType getItemType()
getItemType in class StepRepresentationItempublic final StepCurve getCurve()
public final List<StepGeometricRepresentationItem> getAssociatedGeometry()
public final void setAssociatedGeometry(List<StepGeometricRepresentationItem> value)
public final StepPreferredSurfaceCurveRepresentation getMasterRepresentation()
public final void setMasterRepresentation(StepPreferredSurfaceCurveRepresentation value)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.