CadDimAssoc

Inheritance: java.lang.Object, CadBaseObject

Class describing Cad DimAssoc

Constructors

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

Methods

MethodDescription
getCadOsnapPointRefs()Gets or sets the cad osnap point refs.
setCadOsnapPointRefs(List value)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 - The cad osnap point refs.

setCadOsnapPointRefs(List value)

public final void setCadOsnapPointRefs(List<CadOsnapPointRef> value)

Gets or sets the cad osnap point refs.

Parameters:

ParameterTypeDescription
valueListThe 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:

ParameterTypeDescription
valueStringThe 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:

ParameterTypeDescription
valueintThe 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:

ParameterTypeDescription
valueshortThe 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:

ParameterTypeDescription
valueshortThe type of the rotated dimension.