Modifier and Type | Class and Description |
---|---|
class |
Cad3DPoint
The Cad point.
|
Modifier and Type | Method and Description |
---|---|
Cad2DPoint |
CadViewport.getGridSpacing()
Gets or sets the grid spacing.
|
Cad2DPoint |
CadLayout.getMaxLimits()
Gets or sets the maximum limits.
|
Cad2DPoint |
CadLayout.getMinLimits()
Gets or sets the minimum limits.
|
Cad2DPoint |
CadGeoData.getNorthDirectionVector()
Gets or sets the north direction vector.
|
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> |
CadRasterImage.getClipBoundaryVertexList()
Gets or sets the clip boundary vertex.
|
List<Cad2DPoint> |
CadLwPolyline.getCoordinates()
Gets or sets the coordinates.
|
List<Cad2DPoint> |
CadGeoData.getDestinationMeshPoints()
Gets or sets the destination mesh points.
|
List<Cad2DPoint> |
CadSpatialFilter.getPointDefinitions()
Gets or sets the point definitions.
|
List<Cad2DPoint> |
CadUnderlay.getPoints2d()
Gets or sets the points2d.
|
List<Cad2DPoint> |
CadGeoData.getSourceMeshPoints()
Gets or sets the source mesh points.
|
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 |
CadLayout.setMaxLimits(Cad2DPoint value)
Gets or sets the maximum limits.
|
void |
CadLayout.setMinLimits(Cad2DPoint value)
Gets or sets the minimum limits.
|
void |
CadGeoData.setNorthDirectionVector(Cad2DPoint value)
Gets or sets the north direction vector.
|
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 |
CadRasterImage.setClipBoundaryVertexList(List<Cad2DPoint> value)
Gets or sets the clip boundary vertex.
|
void |
CadLwPolyline.setCoordinates(List<Cad2DPoint> value)
Gets or sets the coordinates.
|
void |
CadGeoData.setDestinationMeshPoints(List<Cad2DPoint> value)
Gets or sets the destination mesh points.
|
void |
CadSpatialFilter.setPointDefinitions(List<Cad2DPoint> value)
Gets or sets the point definitions.
|
void |
CadUnderlay.setPoints2d(List<Cad2DPoint> value)
Gets or sets the points2d.
|
void |
CadGeoData.setSourceMeshPoints(List<Cad2DPoint> value)
Gets or sets the source mesh points.
|
Modifier and Type | Method and Description |
---|---|
Cad2DPoint |
CadDataTableColumn.getPoint2D()
Gets or sets the point 2d.
|
Modifier and Type | Method and Description |
---|---|
void |
CadDataTableColumn.setPoint2D(Cad2DPoint value)
Gets or sets the point 2d.
|
Modifier and Type | Method and Description |
---|---|
Cad2DPoint |
CadHatch.getEndTangent()
The End Tangent
|
Cad2DPoint |
CadHatchPatternData.getLineBasePoint()
Gets or sets the line base point.
|
Cad2DPoint |
CadHatchPatternData.getLineOffset()
Gets or sets the line offset.
|
Cad2DPoint |
CadHatch.getStartTangent()
The Start Tangent
|
Modifier and Type | Method and Description |
---|---|
List<Cad2DPoint> |
CadHatch.getFitPoints()
Gets or sets the fit points.
|
List<Cad2DPoint> |
CadHatch.getSeedPoints()
Gets or sets the seed points.
|
Modifier and Type | Method and Description |
---|---|
void |
CadHatch.setEndTangent(Cad2DPoint value)
The End Tangent
|
void |
CadHatchPatternData.setLineBasePoint(Cad2DPoint value)
Gets or sets the line base point.
|
void |
CadHatchPatternData.setLineOffset(Cad2DPoint value)
Gets or sets the line offset.
|
void |
CadHatch.setStartTangent(Cad2DPoint value)
The Start Tangent
|
Modifier and Type | Method and Description |
---|---|
void |
CadHatch.setFitPoints(List<Cad2DPoint> value)
Gets or sets the fit points.
|
void |
CadHatch.setSeedPoints(List<Cad2DPoint> value)
Gets or sets the seed points.
|
Modifier and Type | Method and Description |
---|---|
Cad2DPoint |
CadWipeout.getImageSizeInPixels()
Gets or sets the image size in pixels.
|
Cad2DPoint |
CadWipeoutBase.getImageSizeInPixels()
Gets or sets the image size in pixels.
|
Cad2DPoint |
CadWipeoutRasterImage.getImageSizeInPixels()
Gets or sets the image size in pixels.
|
Modifier and Type | Method and Description |
---|---|
List<Cad2DPoint> |
CadWipeoutBase.getClipBoundaries()
Gets or sets the clip boundaries.
|
Modifier and Type | Method and Description |
---|---|
void |
CadWipeout.setImageSizeInPixels(Cad2DPoint value)
Gets or sets the image size in pixels.
|
void |
CadWipeoutBase.setImageSizeInPixels(Cad2DPoint value)
Gets or sets the image size in pixels.
|
void |
CadWipeoutRasterImage.setImageSizeInPixels(Cad2DPoint value)
Gets or sets the image size in pixels.
|
Modifier and Type | Method and Description |
---|---|
void |
CadWipeoutBase.setClipBoundaries(List<Cad2DPoint> value)
Gets or sets the clip boundaries.
|
Modifier and Type | Method and Description |
---|---|
Cad2DPoint |
CadViewTableObject.getCenterPoint()
Gets or sets the center point.
|
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 |
CadViewTableObject.setCenterPoint(Cad2DPoint value)
Gets or sets the center point.
|
void |
CadVportTableObject.setCenterPoint(Cad2DPoint value)
Gets or sets the center point.
|
void |
CadVportTableObject.setGridSpacing(Cad2DPoint value)
Gets or sets the grid spacing.
|
void |
CadVportTableObject.setLowerLeft(Cad2DPoint value)
Gets or sets the lower left.
|
void |
CadVportTableObject.setSnapPoint(Cad2DPoint value)
Gets or sets the snap point.
|
void |
CadVportTableObject.setSnapSpacing(Cad2DPoint value)
Gets or sets the snap spacing.
|
void |
CadVportTableObject.setUpperRight(Cad2DPoint value)
Gets or sets the upper right.
|