Package | Description |
---|---|
com.aspose.cad.fileformats.ifc.ifc2x3.entities |
Modifier and Type | Method and Description |
---|---|
IfcCartesianPoint |
IfcBoundingBox.getCorner() |
IfcCartesianPoint |
IfcCartesianTransformationOperator.getLocalOrigin() |
IfcCartesianPoint |
IfcPlacement.getLocation() |
IfcCartesianPoint |
IfcFillAreaStyleHatching.getPatternStart() |
IfcCartesianPoint |
IfcLine.getPnt() |
IfcCartesianPoint |
IfcFillAreaStyleHatching.getPointOfReferenceHatchLine() |
IfcCartesianPoint |
IfcLightSourcePositional.getPosition() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcCartesianPoint> |
IfcBSplineCurve.getControlPointsList() |
IfcCollection<IfcCartesianPoint> |
IfcPolyline.getPoints() |
IfcCollection<IfcCartesianPoint> |
IfcPolyLoop.getPolygon() |
IfcCollection<IfcCartesianPoint> |
IfcVertexBasedTextureMap.getTexturePoints() |
Modifier and Type | Method and Description |
---|---|
void |
IfcBoundingBox.setCorner(IfcCartesianPoint value) |
void |
IfcCartesianTransformationOperator.setLocalOrigin(IfcCartesianPoint value) |
void |
IfcPlacement.setLocation(IfcCartesianPoint value) |
void |
IfcFillAreaStyleHatching.setPatternStart(IfcCartesianPoint value) |
void |
IfcLine.setPnt(IfcCartesianPoint value) |
void |
IfcFillAreaStyleHatching.setPointOfReferenceHatchLine(IfcCartesianPoint value) |
void |
IfcLightSourcePositional.setPosition(IfcCartesianPoint value) |
Modifier and Type | Method and Description |
---|---|
void |
IfcBSplineCurve.setControlPointsList(IfcCollection<IfcCartesianPoint> value) |
void |
IfcPolyline.setPoints(IfcCollection<IfcCartesianPoint> value) |
void |
IfcPolyLoop.setPolygon(IfcCollection<IfcCartesianPoint> value) |
void |
IfcVertexBasedTextureMap.setTexturePoints(IfcCollection<IfcCartesianPoint> value) |