CadBase

Base class for Cad objects

Constructors

ConstructorDescription
CadBase()

Methods

MethodDescription
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 value)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 value)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:

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

ParameterTypeDescription
valueCadXdataContainerThe xdata container.

getAttributes()

public final List<CadObjectAttribute> getAttributes()

Gets or sets the attributes.

Returns: List - The attributes.

setAttributes(List value)

public final void setAttributes(List<CadObjectAttribute> value)

Gets or sets the attributes.

Parameters:

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

ParameterTypeDescription
valueCadApplicationCodesContainerThe application defined codes container.

getAttribute102Values()

public final List<CadCodeValue> getAttribute102Values()

Gets or sets the attribute102 values.

Returns: List - The attribute102 values.

setAttribute102Values(List value)

public final void setAttribute102Values(List<CadCodeValue> value)

Gets or sets the attribute102 values.

Parameters:

ParameterTypeDescription
valueListThe attribute102 values.