CadBase
Base class for Cad objects
Constructors
| Constructor | Description |
|---|---|
| CadBase() |
Methods
| Method | Description |
|---|---|
| getEmbeddedObjectsContainer() | Gets or sets the embedded objects container. |
| setEmbeddedObjectsContainer(CadEmbeddedObjectContainer value) | Gets or sets the embedded objects container. |
| getObjectHandle() | Gets or sets the object handle. |
| setObjectHandle(String value) | Gets or sets the object handle. |
| getXdataContainer() | Gets or sets the xdata container. |
| setXdataContainer(CadXdataContainer value) | Gets or sets the xdata container. |
| getAttributes() | Gets or sets the attributes. |
| setAttributes(List | Gets or sets the attributes. |
| getApplicationCodesContainer() | Gets or sets the application defined codes container. |
| setApplicationCodesContainer(CadApplicationCodesContainer value) | Gets or sets the application defined codes container. |
| getAttribute102Values() | Gets or sets the attribute102 values. |
| setAttribute102Values(List | Gets or sets the attribute102 values. |
CadBase()
public CadBase()
getEmbeddedObjectsContainer()
public final CadEmbeddedObjectContainer getEmbeddedObjectsContainer()
Gets or sets the embedded objects container.
Returns: CadEmbeddedObjectContainer
setEmbeddedObjectsContainer(CadEmbeddedObjectContainer value)
public final void setEmbeddedObjectsContainer(CadEmbeddedObjectContainer value)
Gets or sets the embedded objects container.
getObjectHandle()
public final String getObjectHandle()
Gets or sets the object handle.
Returns: String - The object handle.
setObjectHandle(String value)
public final void setObjectHandle(String value)
Gets or sets the object handle.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The object handle. |
getXdataContainer()
public final CadXdataContainer getXdataContainer()
Gets or sets the xdata container.
Returns: CadXdataContainer - The xdata container.
setXdataContainer(CadXdataContainer value)
public final void setXdataContainer(CadXdataContainer value)
Gets or sets the xdata container.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | CadXdataContainer | The xdata container. |
getAttributes()
public final List<CadObjectAttribute> getAttributes()
Gets or sets the attributes.
Returns: List
setAttributes(List value)
public final void setAttributes(List<CadObjectAttribute> value)
Gets or sets the attributes.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The attributes. |
getApplicationCodesContainer()
public final CadApplicationCodesContainer getApplicationCodesContainer()
Gets or sets the application defined codes container.
Returns: CadApplicationCodesContainer - The application defined codes container.
setApplicationCodesContainer(CadApplicationCodesContainer value)
public final void setApplicationCodesContainer(CadApplicationCodesContainer value)
Gets or sets the application defined codes container.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | CadApplicationCodesContainer | The application defined codes container. |
getAttribute102Values()
public final List<CadCodeValue> getAttribute102Values()
Gets or sets the attribute102 values.
Returns: List
setAttribute102Values(List value)
public final void setAttribute102Values(List<CadCodeValue> value)
Gets or sets the attribute102 values.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The attribute102 values. |