@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcVertexBasedTextureMap extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private LIST<IfcCartesianPoint> |
texturePoints |
private LIST<IfcTextureVertex> |
textureVertices |
stepNumber| 构造器和说明 |
|---|
IfcVertexBasedTextureMap(LIST<IfcTextureVertex> textureVertices,
LIST<IfcCartesianPoint> texturePoints) |
| 限定符和类型 | 方法和说明 |
|---|---|
LIST<IfcCartesianPoint> |
getTexturePoints() |
LIST<IfcTextureVertex> |
getTextureVertices() |
void |
setTexturePoints(LIST<IfcCartesianPoint> texturePoints) |
void |
setTextureVertices(LIST<IfcTextureVertex> textureVertices) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate LIST<IfcTextureVertex> textureVertices
private LIST<IfcCartesianPoint> texturePoints
@IfcParserConstructor public IfcVertexBasedTextureMap(LIST<IfcTextureVertex> textureVertices, LIST<IfcCartesianPoint> texturePoints)
public LIST<IfcTextureVertex> getTextureVertices()
public void setTextureVertices(LIST<IfcTextureVertex> textureVertices)
public LIST<IfcCartesianPoint> getTexturePoints()
public void setTexturePoints(LIST<IfcCartesianPoint> texturePoints)
Copyright © 2023. All rights reserved.