public class StepBSplineSurface extends StepSurface
BsplineSurface class for STP file.
| Constructor and Description |
|---|
StepBSplineSurface() |
StepBSplineSurface(String name,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<StepCartesianPoint> controlPoints) |
| Modifier and Type | Method and Description |
|---|---|
List<StepCartesianPoint[]> |
getControlPointsList() |
StepItemType |
getItemType() |
boolean |
getSelfIntersect() |
StepBSplineSurfaceForm |
getSurfaceForm() |
boolean |
getUClosed() |
int |
getUDegree() |
boolean |
getVClosed() |
int |
getVDegree() |
void |
setControlPointsList(List<StepCartesianPoint[]> value) |
void |
setSelfIntersect(boolean value) |
void |
setSurfaceForm(StepBSplineSurfaceForm value) |
void |
setUClosed(boolean value) |
void |
setUDegree(int value) |
void |
setVClosed(boolean value) |
void |
setVDegree(int value) |
public StepBSplineSurface()
public StepBSplineSurface(String name, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<StepCartesianPoint> controlPoints)
public StepItemType getItemType()
getItemType in class StepRepresentationItempublic final int getUDegree()
public final void setUDegree(int value)
public final int getVDegree()
public final void setVDegree(int value)
public final List<StepCartesianPoint[]> getControlPointsList()
public final void setControlPointsList(List<StepCartesianPoint[]> value)
public final StepBSplineSurfaceForm getSurfaceForm()
public final void setSurfaceForm(StepBSplineSurfaceForm value)
public final boolean getUClosed()
public final void setUClosed(boolean value)
public final boolean getVClosed()
public final void setVClosed(boolean value)
public final boolean getSelfIntersect()
public final void setSelfIntersect(boolean value)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.