CadBaseInfinityEntity

Inheritance: java.lang.Object, CadBaseEntity

Class describing CadBaseInfinityEntity

Methods

MethodDescription
getFirstPoint()Gets or sets the first point .
setFirstPoint(Cad3DPoint value)Gets or sets the first point .
getUnitDirectionVector()Gets or sets the unit direction vector.
setUnitDirectionVector(Cad3DPoint value)Gets or sets the unit direction vector.

getFirstPoint()

public abstract Cad3DPoint getFirstPoint()

Gets or sets the first point .

Returns: Cad3DPoint - The First Point .

setFirstPoint(Cad3DPoint value)

public abstract void setFirstPoint(Cad3DPoint value)

Gets or sets the first point .

Parameters:

ParameterTypeDescription
valueCad3DPointThe First Point .

getUnitDirectionVector()

public abstract Cad3DPoint getUnitDirectionVector()

Gets or sets the unit direction vector.

Returns: Cad3DPoint - The unit direction vector.

setUnitDirectionVector(Cad3DPoint value)

public abstract void setUnitDirectionVector(Cad3DPoint value)

Gets or sets the unit direction vector.

Parameters:

ParameterTypeDescription
valueCad3DPointThe unit direction vector.