public class CadDimAssoc extends CadBaseObject
Class describing Cad DimAssoc
Constructor and Description |
---|
CadDimAssoc()
Initializes a new instance of the
CadDimAssoc class. |
Modifier and Type | Method and Description |
---|---|
int |
getAssociativityFlag()
Gets or sets the associativity flag.
|
List<CadOsnapPointRef> |
getCadOsnapPointRefs()
Gets or sets the cad osnap point refs.
|
String |
getDimensionObjectId()
Gets or sets the dimension object identifier.
|
short |
getRotatedDimensionType()
Gets or sets the type of the rotated dimension.
|
short |
getTransSpaceFlag()
Gets or sets the trans space flag.
|
void |
setAssociativityFlag(int value)
Gets or sets the associativity flag.
|
void |
setCadOsnapPointRefs(List<CadOsnapPointRef> value)
Gets or sets the cad osnap point refs.
|
void |
setDimensionObjectId(String value)
Gets or sets the dimension object identifier.
|
void |
setRotatedDimensionType(short value)
Gets or sets the type of the rotated dimension.
|
void |
setTransSpaceFlag(short value)
Gets or sets the trans space flag.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadDimAssoc()
Initializes a new instance of the CadDimAssoc
class.
public List<CadOsnapPointRef> getCadOsnapPointRefs()
Gets or sets the cad osnap point refs.
public void setCadOsnapPointRefs(List<CadOsnapPointRef> value)
Gets or sets the cad osnap point refs.
value
- The cad osnap point refs.public String getDimensionObjectId()
Gets or sets the dimension object identifier.
public void setDimensionObjectId(String value)
Gets or sets the dimension object identifier.
value
- The dimension object identifier.public int getAssociativityFlag()
Gets or sets the associativity flag.
public void setAssociativityFlag(int value)
Gets or sets the associativity flag.
value
- The associativity flag.public short getTransSpaceFlag()
Gets or sets the trans space flag.
public void setTransSpaceFlag(short value)
Gets or sets the trans space flag.
value
- The trans space flag.public short getRotatedDimensionType()
Gets or sets the type of the rotated dimension.
public void setRotatedDimensionType(short value)
Gets or sets the type of the rotated dimension.
value
- The type of the rotated dimension.