| Package | Description |
|---|---|
| com.aspose.cad.fileformats.ifc.ifcdrawing | |
| com.aspose.cad.fileformats.ifc.ifcdrawing.item |
| Modifier and Type | Method and Description |
|---|---|
void |
IIFCDrawFigure.adjustPlacement(IFCPoint point)
Adjusts the placement of figure.
|
void |
IIFCDrawFigure.transformCoord(IFCPoint xAxis,
IFCPoint zAxis)
Transforms the coord of figure.
|
| Modifier and Type | Method and Description |
|---|---|
IFCPoint |
IFCDrawItemLine.getPoint1()
Gets or sets the point1 of line.
|
IFCPoint |
IFCDrawItemLine.getPoint2()
Gets or sets the point2 of line.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFCDrawItemLine.adjustPlacement(IFCPoint placement)
Adjusts the placement of figure.
|
void |
IFCPoint.adjustPlacement(IFCPoint placement)
Adjusts the placement of point.
|
void |
IIFCItem.adjustPlacement(IFCPoint placement)
Adjusts the placement of point.
|
void |
IFCDrawItemLine.setPoint1(IFCPoint value)
Gets or sets the point1 of line.
|
void |
IFCDrawItemLine.setPoint2(IFCPoint value)
Gets or sets the point2 of line.
|
void |
IFCDrawItemLine.transformCoord(IFCPoint xAxis,
IFCPoint zAxis)
Transforms the coordinate according to given X and Z Axis.
|
void |
IFCPoint.transformCoord(IFCPoint xAxis,
IFCPoint zAxis)
Transforms the coord according to given X and Z Axis.
|
void |
IIFCItem.transformCoord(IFCPoint xAxis,
IFCPoint zAxis)
Transforms the coord according to given X and Z Axis.
|
void |
IFCDrawItemLine.transformCoord(IFCPoint xAxis,
IFCPoint yAxis,
IFCPoint zAxis)
Transforms the coordinate according to given X, Y and Z Axis.
|
void |
IFCPoint.transformCoord(IFCPoint xAxis,
IFCPoint yAxis,
IFCPoint zAxis)
Transforms the coord according to given X, Y and Z Axis.
|
void |
IIFCItem.transformCoord(IFCPoint xAxis,
IFCPoint yAxis,
IFCPoint zAxis)
Transforms the coord according to given X, Y and Z Axis.
|
| Constructor and Description |
|---|
IFCDrawItemLine(IFCPoint point1,
IFCPoint point2)
Initializes a new instance of the
IFCDrawItemLine class. |
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.