CadSolid
Inheritance: java.lang.Object, CadBaseExtrudedEntity
Class describing CadSolid
Constructors
| Constructor | Description |
|---|---|
| CadSolid() | Initializes a new instance of the CadSolid class. |
Methods
| Method | Description |
|---|---|
| getTypeName() | Gets the name of the type. |
| getExtrusionDirection() | Gets or sets the extrusion direction. |
| setExtrusionDirection(Cad3DPoint value) | Gets or sets the extrusion direction. |
| getFirstCorner() | Gets or sets the first corner. |
| setFirstCorner(Cad3DPoint value) | Gets or sets the first corner. |
| getFourthCorner() | Gets or sets the fourth corner. |
| setFourthCorner(Cad3DPoint value) | Gets or sets the fourth corner. |
| getSecondCorner() | Gets or sets the second corner. |
| setSecondCorner(Cad3DPoint value) | Gets or sets the second corner. |
| getThickness() | Gets or sets the thickness. |
| setThickness(double value) | Gets or sets the thickness. |
| getThirdCorner() | Gets or sets the third corner. |
| setThirdCorner(Cad3DPoint value) | Gets or sets the third corner. |
CadSolid()
public CadSolid()
Initializes a new instance of the CadSolid class.
getTypeName()
public int getTypeName()
Gets the name of the type.
Returns: int - The name of the type.
getExtrusionDirection()
public Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
Returns: Cad3DPoint
setExtrusionDirection(Cad3DPoint value)
public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
getFirstCorner()
public final Cad3DPoint getFirstCorner()
Gets or sets the first corner.
Returns: Cad3DPoint - The first corner.
setFirstCorner(Cad3DPoint value)
public final void setFirstCorner(Cad3DPoint value)
Gets or sets the first corner.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The first corner. |
getFourthCorner()
public final Cad3DPoint getFourthCorner()
Gets or sets the fourth corner.
Returns: Cad3DPoint - The fourth corner.
setFourthCorner(Cad3DPoint value)
public final void setFourthCorner(Cad3DPoint value)
Gets or sets the fourth corner.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The fourth corner. |
getSecondCorner()
public final Cad3DPoint getSecondCorner()
Gets or sets the second corner.
Returns: Cad3DPoint - The second corner.
setSecondCorner(Cad3DPoint value)
public final void setSecondCorner(Cad3DPoint value)
Gets or sets the second corner.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The second corner. |
getThickness()
public final double getThickness()
Gets or sets the thickness.
Returns: double - The thickness.
setThickness(double value)
public final void setThickness(double value)
Gets or sets the thickness.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The thickness. |
getThirdCorner()
public final Cad3DPoint getThirdCorner()
Gets or sets the third corner.
Returns: Cad3DPoint - The third corner.
setThirdCorner(Cad3DPoint value)
public final void setThirdCorner(Cad3DPoint value)
Gets or sets the third corner.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The third corner. |