Cad2LineAngularDimension
Contents
[
Hide
]Inheritance: java.lang.Object, CadDimensionBase
The Cad angle dimension.
Constructors
| Constructor | Description |
|---|---|
| Cad2LineAngularDimension() | Initializes a new instance of the Cad2LineAngularDimension class. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The radius definition point. |