Package | Description |
---|---|
com.aspose.imaging.fileformats.cad.cadobjects | |
com.aspose.imaging.fileformats.cad.cadtables |
Modifier and Type | Class and Description |
---|---|
class |
Cad3DPoint
The Cad point.
|
Modifier and Type | Method and Description |
---|---|
static Cad2DPoint |
Cad2DPoint.cad2DPointFromVertex_internalized(CadBaseEntity baseVertex)
Gets point location from 3DVertex or 2DVertex.
|
static Cad2DPoint |
Cad2DPoint.fromAttributes(int attributeX,
int attributeY)
Initializes a new instance of the
Cad2DPoint class. |
Cad2DPoint |
CadViewport.getGridSpacing()
Gets or sets the grid spacing.
|
Cad2DPoint |
CadHatchPatternData.getLineBasePoint()
Gets or sets the line base point.
|
Cad2DPoint |
CadHatchPatternData.getLineOffset()
Gets or sets the line offset.
|
Cad2DPoint |
Cad2DVertex.getLocationPoint()
Gets or sets the location point.
|
Cad2DPoint |
CadLayout.getMaxLimits()
Gets or sets the maximum limits.
|
Cad2DPoint |
CadLayout.getMinLimits()
Gets or sets the minimum limits.
|
Cad2DPoint |
CadPlotSettings.getPaperImageOrigin()
Gets or sets the paper image origin.
|
Cad2DPoint |
CadPlotSettings.getPlotOrigin()
Gets or sets the plot origin.
|
Cad2DPoint |
CadPlotSettings.getPlotWindowArea1()
Gets or sets the plot window area1.
|
Cad2DPoint |
CadPlotSettings.getPlotWindowArea2()
Gets or sets the plot window area2.
|
Cad2DPoint |
CadViewport.getSnapBasePoint()
Gets or sets the snap base point.
|
Cad2DPoint |
CadViewport.getSnapSpacing()
Gets or sets the snap spacing.
|
Cad2DPoint |
CadViewport.getViewCenterPoint()
Gets or sets the view center point.
|
Modifier and Type | Method and Description |
---|---|
List<Cad2DPoint> |
CadLwPolyline.getCoordinates() |
Modifier and Type | Method and Description |
---|---|
double |
Cad2DPoint.distance(Cad2DPoint destination)
Distances the specified destination.
|
void |
CadViewport.setGridSpacing(Cad2DPoint value)
Gets or sets the grid spacing.
|
void |
CadHatchPatternData.setLineBasePoint(Cad2DPoint value) |
void |
CadHatchPatternData.setLineOffset(Cad2DPoint value) |
void |
Cad2DVertex.setLocationPoint(Cad2DPoint value) |
void |
CadLayout.setMaxLimits(Cad2DPoint value) |
void |
CadLayout.setMinLimits(Cad2DPoint value) |
void |
CadPlotSettings.setPaperImageOrigin(Cad2DPoint value)
Gets or sets the paper image origin.
|
void |
CadPlotSettings.setPlotOrigin(Cad2DPoint value)
Gets or sets the plot origin.
|
void |
CadPlotSettings.setPlotWindowArea1(Cad2DPoint value)
Gets or sets the plot window area1.
|
void |
CadPlotSettings.setPlotWindowArea2(Cad2DPoint value)
Gets or sets the plot window area2.
|
void |
CadViewport.setSnapBasePoint(Cad2DPoint value)
Gets or sets the snap base point.
|
void |
CadViewport.setSnapSpacing(Cad2DPoint value)
Gets or sets the snap spacing.
|
void |
CadViewport.setViewCenterPoint(Cad2DPoint value)
Gets or sets the view center point.
|
Modifier and Type | Method and Description |
---|---|
void |
CadLwPolyline.setCoordinates(List<Cad2DPoint> value) |
Modifier and Type | Method and Description |
---|---|
Cad2DPoint |
CadVportTableObject.getCenterPoint()
Gets or sets the center point.
|
Cad2DPoint |
CadVportTableObject.getGridSpacing()
Gets or sets the grid spacing.
|
Cad2DPoint |
CadVportTableObject.getLowerLeft()
Gets or sets the lower left.
|
Cad2DPoint |
CadVportTableObject.getSnapPoint()
Gets or sets the snap point.
|
Cad2DPoint |
CadVportTableObject.getSnapSpacing()
Gets or sets the snap spacing.
|
Cad2DPoint |
CadVportTableObject.getUpperRight()
Gets or sets the upper right.
|
Modifier and Type | Method and Description |
---|---|
void |
CadVportTableObject.setCenterPoint(Cad2DPoint value) |
void |
CadVportTableObject.setGridSpacing(Cad2DPoint value) |
void |
CadVportTableObject.setLowerLeft(Cad2DPoint value) |
void |
CadVportTableObject.setSnapPoint(Cad2DPoint value) |
void |
CadVportTableObject.setSnapSpacing(Cad2DPoint value) |
void |
CadVportTableObject.setUpperRight(Cad2DPoint value) |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.