CadPoint

Inheritance: java.lang.Object, CadCircle

Class describing Cad Point

Constructors

ConstructorDescription
CadPoint()Initializes a new instance of the CadPoint 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.
getPointLocation()Gets or sets the point location.
setPointLocation(Cad3DPoint value)Gets or sets the point location.
getStartAngle()Gets or sets angle XAxis.
setStartAngle(double value)Gets or sets angle XAxis.

CadPoint()

public CadPoint()

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

getPointLocation()

public final Cad3DPoint getPointLocation()

Gets or sets the point location.

Returns: Cad3DPoint - The Point location.

setPointLocation(Cad3DPoint value)

public final void setPointLocation(Cad3DPoint value)

Gets or sets the point location.

Parameters:

ParameterTypeDescription
valueCad3DPointThe Point location.

getStartAngle()

public final double getStartAngle()

Gets or sets angle XAxis.

Returns: double - The angle X axis

setStartAngle(double value)

public final void setStartAngle(double value)

Gets or sets angle XAxis.

Parameters:

ParameterTypeDescription
valuedoubleThe angle X axis