public class DXFSolid extends DXFEntity
| Modifier and Type | Field and Description |
|---|---|
DXFPoint |
_p1 |
DXFPoint |
_p2 |
DXFPoint |
_p3 |
DXFPoint |
_p4 |
_color, _entBase, _lineType, _name, _refLayer, _text, _textheight, _textposhorizontal, _textposvertical, _textrotation, _thickness, errorDescription, geometry, geometryType, startingLineNumber, univers, visible$ACADVER, $EXTMAX, $EXTMIN, $FILLMODE, $LIMMAX, $LIMMIN, ARC, ATTRIB, BLOCK, BLOCK_RECORD, BLOCKS, CIRCLE, CLASSES, DIMENSION, ELLIPSE, ENDBLK, ENDSEC, ENDTAB, ENTITIES, HEADER, INSERT, LAYER, LAYER_AUTO_FROZEN, LAYER_FROZEN, LAYER_INVISIBLE, LAYER_LOCKED, LAYER_USED, LAYER_XREF, LAYER_XREF_FOUND, LINE, LTYPE, LWPOLYLINE, MTEXT, OBJECTS, POINT, POLYLINE, SECTION, SEQEND, SOLID, SPLINE, TABLE, TABLES, TEXT, THUMBNAILIMAGE, TRACE, VERTEX| Constructor and Description |
|---|
DXFSolid(DXFPoint p1,
DXFPoint p2,
DXFPoint p3,
DXFPoint p4,
double thickness,
int c,
DXFLayer l,
int visibility,
DXFLineType lineType) |
DXFSolid(DXFSolid newSolid) |
| Modifier and Type | Method and Description |
|---|---|
DXFEntity |
clone() |
com.vividsolutions.jts.geom.Geometry |
getGeometry() |
static DXFEntity |
read(DXFLineNumberReader br,
DXFUnivers univers) |
com.vividsolutions.jts.geom.Coordinate[] |
toCoordinateArray() |
String |
toString(double p1_x,
double p2_x,
double p3_x,
double p4_x,
double p1_y,
double p2_y,
double p3_y,
double p4_y,
double thickness,
int c,
int visibility) |
DXFEntity |
translate(double x,
double y) |
void |
updateGeometry() |
addError, getColor, getColorRGB, getErrorDescription, getLineType, getLineTypeName, getName, getRefLayer, getRefLayerName, getStartingLineNumber, getText, getTextheight, getTextposhorizontal, getTextposvertical, getTextrotation, getThickness, getType, getUnivers, isVisible, rotateAndPlace, rotateAndPlace, setAngle, setBase, setColor, setErrorDescription, setGeometry, setLineType, setName, setRefLayer, setStartingLineNumber, setText, setTextheight, setTextposhorizontal, setTextposvertical, setTextrotation, setThickness, setType, setUnivers, setVisiblepublic DXFPoint _p1
public DXFPoint _p2
public DXFPoint _p3
public DXFPoint _p4
public DXFSolid(DXFSolid newSolid)
public static DXFEntity read(DXFLineNumberReader br, DXFUnivers univers) throws IOException
IOExceptionpublic com.vividsolutions.jts.geom.Coordinate[] toCoordinateArray()
public com.vividsolutions.jts.geom.Geometry getGeometry()
getGeometry in class DXFEntitypublic void updateGeometry()
updateGeometry in class DXFEntitypublic String toString(double p1_x, double p2_x, double p3_x, double p4_x, double p1_y, double p2_y, double p3_y, double p4_y, double thickness, int c, int visibility)
Copyright © 2018 B3Partners B.V.. All rights reserved.