| 程序包 | 说明 |
|---|---|
| org.sikongsphere.ifc.model.schema.resource.presentationappearance.entity |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcInteger |
IfcPixelTexture.colourComponents |
private IfcInteger |
IfcPixelTexture.height |
private IfcInteger |
IfcPixelTexture.width |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcInteger |
IfcPixelTexture.getColourComponents() |
IfcInteger |
IfcPixelTexture.getHeight() |
IfcInteger |
IfcPixelTexture.getWidth() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcPixelTexture.setColourComponents(IfcInteger colourComponents) |
void |
IfcPixelTexture.setHeight(IfcInteger height) |
void |
IfcPixelTexture.setWidth(IfcInteger width) |
| 构造器和说明 |
|---|
IfcPixelTexture(BOOLEAN repeatS,
BOOLEAN repeatT,
IfcSurfaceTextureEnum textureType,
IfcCartesianTransformationOperator2D textureTransform,
IfcInteger width,
IfcInteger height,
IfcInteger colourComponents,
LIST<BINARY> pixel) |
IfcPixelTexture(IfcInteger width,
IfcInteger height,
IfcInteger colourComponents,
LIST<BINARY> pixel) |
Copyright © 2023. All rights reserved.