CadSolid

Inheritance: java.lang.Object, CadBaseExtrudedEntity

Class describing CadSolid

Constructors

ConstructorDescription
CadSolid()Initializes a new instance of the CadSolid class.

Methods

MethodDescription
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:

ParameterTypeDescription
valueCad3DPointThe 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:

ParameterTypeDescription
valueCad3DPointThe 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:

ParameterTypeDescription
valueCad3DPointThe 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:

ParameterTypeDescription
valuedoubleThe 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:

ParameterTypeDescription
valueCad3DPointThe third corner.