public class StlFace extends Object
Represents the face object for Stl image. It stores indices of vertex, texture and normal.
| Constructor and Description |
|---|
StlFace() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getNormalInds()
Gets or sets the normal indexes collection.
|
List<Integer> |
getVertexInds()
Gets or sets the normal indexes collection.
|
void |
setNormalInds(List<Integer> value)
Gets or sets the normal indexes collection.
|
void |
setVertexInds(List<Integer> value)
Gets or sets the normal indexes collection.
|
public final List<Integer> getNormalInds()
Gets or sets the normal indexes collection.
public final void setNormalInds(List<Integer> value)
Gets or sets the normal indexes collection.
public final List<Integer> getVertexInds()
Gets or sets the normal indexes collection.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.