Cad2LineAngularDimension

Inheritance: java.lang.Object, CadDimensionBase

The Cad angle dimension.

Constructors

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

Methods

MethodDescription
getTypeName()Gets the name of the type.
getAngularArcDefinitionPoint()Gets or sets the angular arc definition point.
setAngularArcDefinitionPoint(Cad3DPoint value)Gets or sets the angular arc definition point.
getDefinitionPoint1()Gets or sets the definition point1.
setDefinitionPoint1(Cad3DPoint value)Gets or sets the definition point1.
getDefinitionPoint2()Gets or sets the definition point2.
setDefinitionPoint2(Cad3DPoint value)Gets or sets the definition point2.
getRadiusDefinitionPoint()Gets or sets the radius definition point.
setRadiusDefinitionPoint(Cad3DPoint value)Gets or sets the radius definition point.

Cad2LineAngularDimension()

public Cad2LineAngularDimension()

Initializes a new instance of the Cad2LineAngularDimension class.

getTypeName()

public int getTypeName()

Gets the name of the type.

Returns: int - The name of the type.

getAngularArcDefinitionPoint()

public final Cad3DPoint getAngularArcDefinitionPoint()

Gets or sets the angular arc definition point.

Returns: Cad3DPoint - The angular arc definition point.

setAngularArcDefinitionPoint(Cad3DPoint value)

public final void setAngularArcDefinitionPoint(Cad3DPoint value)

Gets or sets the angular arc definition point.

Parameters:

ParameterTypeDescription
valueCad3DPointThe angular arc definition point.

getDefinitionPoint1()

public final Cad3DPoint getDefinitionPoint1()

Gets or sets the definition point1.

Returns: Cad3DPoint - The definition point1.

setDefinitionPoint1(Cad3DPoint value)

public final void setDefinitionPoint1(Cad3DPoint value)

Gets or sets the definition point1.

Parameters:

ParameterTypeDescription
valueCad3DPointThe definition point1.

getDefinitionPoint2()

public final Cad3DPoint getDefinitionPoint2()

Gets or sets the definition point2.

Returns: Cad3DPoint - The definition point2.

setDefinitionPoint2(Cad3DPoint value)

public final void setDefinitionPoint2(Cad3DPoint value)

Gets or sets the definition point2.

Parameters:

ParameterTypeDescription
valueCad3DPointThe definition point2.

getRadiusDefinitionPoint()

public final Cad3DPoint getRadiusDefinitionPoint()

Gets or sets the radius definition point.

Returns: Cad3DPoint - The radius definition point.

setRadiusDefinitionPoint(Cad3DPoint value)

public final void setRadiusDefinitionPoint(Cad3DPoint value)

Gets or sets the radius definition point.

Parameters:

ParameterTypeDescription
valueCad3DPointThe radius definition point.