public class StepTriangulatedFace extends StepTessellatedFace
TriangulatedFace class for STP file. Class represents simple tessellated face. A tessellated geometry can be defined either by a TRIANGULATED_FACE or by a COMPLEX_TRIANGULATED_FACE. These entities are similar to the entities TRIANGULATED_SURFACE_SET and COMPLEX_TRIANGULATED_SURFACE_SET. The only difference between a tessellated face and a tessellated surface set is that the tesselated face has an additional attribute GeometricLink. This optional attribute can be used for preserving the exact definition of the underlying exact geometry.
| Constructor and Description |
|---|
StepTriangulatedFace() |
StepTriangulatedFace(String name,
StepCoordinatesList coordinates,
int pNMax,
List<double[]> normals,
StepRepresentationItem geometricLink,
List<Integer> pNIndex,
List<Integer[]> triangles) |
| Modifier and Type | Method and Description |
|---|---|
StepCoordinatesList |
getCoordinates() |
StepRepresentationItem |
getGeometricLink() |
StepItemType |
getItemType() |
List<double[]> |
getNormals() |
List<Integer> |
getPNIndex() |
int |
getPNMax() |
List<Integer[]> |
getTriangles() |
void |
setCoordinates(StepCoordinatesList value) |
void |
setGeometricLink(StepRepresentationItem value) |
void |
setNormals(List<double[]> value) |
void |
setPNIndex(List<Integer> value) |
void |
setPNMax(int value) |
void |
setTriangles(List<Integer[]> value) |
public StepTriangulatedFace()
public StepTriangulatedFace(String name, StepCoordinatesList coordinates, int pNMax, List<double[]> normals, StepRepresentationItem geometricLink, List<Integer> pNIndex, List<Integer[]> triangles)
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)
public final List<double[]> getNormals()
public final void setNormals(List<double[]> value)
public final StepRepresentationItem getGeometricLink()
public final void setGeometricLink(StepRepresentationItem value)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.