| 限定符和类型 | 字段和说明 |
|---|---|
private IfcInteger |
colourComponents |
private IfcInteger |
height |
private LIST<BINARY> |
pixel |
private 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) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcInteger |
getColourComponents() |
IfcInteger |
getHeight() |
LIST<BINARY> |
getPixel() |
IfcInteger |
getWidth() |
void |
setColourComponents(IfcInteger colourComponents) |
void |
setHeight(IfcInteger height) |
void |
setPixel(LIST<BINARY> pixel) |
void |
setWidth(IfcInteger width) |
getRepeatS, getRepeatT, getTextureTransform, getTextureType, setRepeatS, setRepeatT, setTextureTransform, setTextureTypeprivate IfcInteger width
private IfcInteger height
private IfcInteger colourComponents
public IfcPixelTexture(IfcInteger width, IfcInteger height, IfcInteger colourComponents, LIST<BINARY> pixel)
@IfcParserConstructor public IfcPixelTexture(BOOLEAN repeatS, BOOLEAN repeatT, IfcSurfaceTextureEnum textureType, IfcCartesianTransformationOperator2D textureTransform, IfcInteger width, IfcInteger height, IfcInteger colourComponents, LIST<BINARY> pixel)
public IfcInteger getWidth()
public void setWidth(IfcInteger width)
public IfcInteger getHeight()
public void setHeight(IfcInteger height)
public IfcInteger getColourComponents()
public void setColourComponents(IfcInteger colourComponents)
Copyright © 2023. All rights reserved.