CadDimAssoc
Inheritance: java.lang.Object, CadBaseObject
Class describing Cad DimAssoc
Constructors
| Constructor | Description |
|---|---|
| CadDimAssoc() | Initializes a new instance of the CadDimAssoc class. |
Methods
| Method | Description |
|---|---|
| getCadOsnapPointRefs() | Gets or sets the cad osnap point refs. |
| setCadOsnapPointRefs(List | Gets or sets the cad osnap point refs. |
| getDimensionObjectId() | Gets or sets the dimension object identifier. |
| setDimensionObjectId(String value) | Gets or sets the dimension object identifier. |
| getAssociativityFlag() | Gets or sets the associativity flag. |
| setAssociativityFlag(int value) | Gets or sets the associativity flag. |
| getTransSpaceFlag() | Gets or sets the trans space flag. |
| setTransSpaceFlag(short value) | Gets or sets the trans space flag. |
| getRotatedDimensionType() | Gets or sets the type of the rotated dimension. |
| setRotatedDimensionType(short value) | Gets or sets the type of the rotated dimension. |
CadDimAssoc()
public CadDimAssoc()
Initializes a new instance of the CadDimAssoc class.
getCadOsnapPointRefs()
public final List<CadOsnapPointRef> getCadOsnapPointRefs()
Gets or sets the cad osnap point refs.
Returns: List
setCadOsnapPointRefs(List value)
public final void setCadOsnapPointRefs(List<CadOsnapPointRef> value)
Gets or sets the cad osnap point refs.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The cad osnap point refs. |
getDimensionObjectId()
public final String getDimensionObjectId()
Gets or sets the dimension object identifier.
Returns: String - The dimension object identifier.
setDimensionObjectId(String value)
public final void setDimensionObjectId(String value)
Gets or sets the dimension object identifier.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The dimension object identifier. |
getAssociativityFlag()
public final int getAssociativityFlag()
Gets or sets the associativity flag.
Returns: int - The associativity flag.
setAssociativityFlag(int value)
public final void setAssociativityFlag(int value)
Gets or sets the associativity flag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The associativity flag. |
getTransSpaceFlag()
public final short getTransSpaceFlag()
Gets or sets the trans space flag.
Returns: short - The trans space flag.
setTransSpaceFlag(short value)
public final void setTransSpaceFlag(short value)
Gets or sets the trans space flag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The trans space flag. |
getRotatedDimensionType()
public final short getRotatedDimensionType()
Gets or sets the type of the rotated dimension.
Returns: short - The type of the rotated dimension.
setRotatedDimensionType(short value)
public final void setRotatedDimensionType(short value)
Gets or sets the type of the rotated dimension.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The type of the rotated dimension. |