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, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadDimAssoc()
Initializes a new instance of the CadDimAssoc
class.
public final List<CadOsnapPointRef> getCadOsnapPointRefs()
Gets or sets the cad osnap point refs.
public final void setCadOsnapPointRefs(List<CadOsnapPointRef> value)
Gets or sets the cad osnap point refs.
value
- The cad osnap point refs.public final String getDimensionObjectId()
Gets or sets the dimension object identifier.
public final void setDimensionObjectId(String value)
Gets or sets the dimension object identifier.
value
- The dimension object identifier.public final int getAssociativityFlag()
Gets or sets the associativity flag.
public final void setAssociativityFlag(int value)
Gets or sets the associativity flag.
value
- The associativity flag.public final short getTransSpaceFlag()
Gets or sets the trans space flag.
public final void setTransSpaceFlag(short value)
Gets or sets the trans space flag.
value
- The trans space flag.public final short getRotatedDimensionType()
Gets or sets the type of the rotated dimension.
public final void setRotatedDimensionType(short value)
Gets or sets the type of the rotated dimension.
value
- The type of the rotated dimension.