public class StepTriangulatedSurfaceSet extends StepTessellatedItem
TriangulatedSurfaceSet class for STP file.
| Constructor and Description |
|---|
StepTriangulatedSurfaceSet() |
StepTriangulatedSurfaceSet(String name,
StepCoordinatesList coordinates,
int pNMax,
List<Double[]> normals,
List<Integer> pNIndex,
List<Integer[]> triangles) |
| Modifier and Type | Method and Description |
|---|---|
StepCoordinatesList |
getCoordinates() |
StepItemType |
getItemType() |
List<Double[]> |
getNormals() |
List<Integer> |
getPNIndex() |
int |
getPNMax() |
List<Integer[]> |
getTriangles() |
void |
setCoordinates(StepCoordinatesList value) |
void |
setNormals(List<Double[]> value) |
void |
setPNIndex(List<Integer> value) |
void |
setPNMax(int value) |
void |
setTriangles(List<Integer[]> value) |
public StepItemType getItemType()
getItemType in class StepRepresentationItempublic final StepCoordinatesList getCoordinates()
public final void setCoordinates(StepCoordinatesList value)
public final int getPNMax()
public final void setPNMax(int value)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.