CadTrace

Inheritance: java.lang.Object, CadBaseExtrudedEntity

TRACE class

Constructors

ConstructorDescription
CadTrace()Initializes a new instance of the CadTrace 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.
getFirstPoint()Gets or sets the first point.
setFirstPoint(Cad3DPoint value)Gets or sets the first point.
getFourthPoint()Gets or sets the fourth point.
setFourthPoint(Cad3DPoint value)Gets or sets the fourth point.
getSecondPoint()Gets or sets the second point.
setSecondPoint(Cad3DPoint value)Gets or sets the second point.
getThickness()Gets or sets the thickness.
setThickness(double value)Gets or sets the thickness.
getThirdPoint()Gets or sets the third point.
setThirdPoint(Cad3DPoint value)Gets or sets the third point.

CadTrace()

public CadTrace()

Initializes a new instance of the CadTrace 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.

getFirstPoint()

public final Cad3DPoint getFirstPoint()

Gets or sets the first point.

Returns: Cad3DPoint

setFirstPoint(Cad3DPoint value)

public final void setFirstPoint(Cad3DPoint value)

Gets or sets the first point.

getFourthPoint()

public final Cad3DPoint getFourthPoint()

Gets or sets the fourth point.

Returns: Cad3DPoint

setFourthPoint(Cad3DPoint value)

public final void setFourthPoint(Cad3DPoint value)

Gets or sets the fourth point.

getSecondPoint()

public final Cad3DPoint getSecondPoint()

Gets or sets the second point.

Returns: Cad3DPoint

setSecondPoint(Cad3DPoint value)

public final void setSecondPoint(Cad3DPoint value)

Gets or sets the second point.

getThickness()

public final double getThickness()

Gets or sets the thickness.

Returns: double

setThickness(double value)

public final void setThickness(double value)

Gets or sets the thickness.

getThirdPoint()

public final Cad3DPoint getThirdPoint()

Gets or sets the third point.

Returns: Cad3DPoint

setThirdPoint(Cad3DPoint value)

public final void setThirdPoint(Cad3DPoint value)

Gets or sets the third point.