public interface IIFCItem
IFC item
| Modifier and Type | Method and Description |
|---|---|
void |
adjustPlacement(IFCPoint placement)
Adjusts the placement of point.
|
void |
scale(double scale)
Scales the figure.
|
void |
transformCoord(IFCPoint xAxis,
IFCPoint zAxis)
Transforms the coord according to given X and Z Axis.
|
void |
transformCoord(IFCPoint xAxis,
IFCPoint yAxis,
IFCPoint zAxis)
Transforms the coord according to given X, Y and Z Axis.
|
void adjustPlacement(IFCPoint placement)
Adjusts the placement of point.
placement - The placement to use for ajust.void transformCoord(IFCPoint xAxis, IFCPoint zAxis)
Transforms the coord according to given X and Z Axis.
xAxis - The x axis.zAxis - The z axis.void transformCoord(IFCPoint xAxis, IFCPoint yAxis, IFCPoint zAxis)
Transforms the coord according to given X, Y and Z Axis.
xAxis - The x axis.yAxis - The y axis.zAxis - The z axis.void scale(double scale)
Scales the figure.
scale - The scale value.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.