CadBlockEntity
The Cad block entity.
Constructors
| Constructor | Description |
|---|---|
| CadBlockEntity() | Initializes a new instance of the CadBlockEntity class. |
Methods
| Method | Description |
|---|---|
| getBlockAttribute420() | Gets or sets the block attribute 420. |
| setBlockAttribute420(Integer value) | Gets or sets the block attribute 420. |
| getEndBlockAttribute420() | Gets or sets the block attribute 420. |
| setEndBlockAttribute420(Integer value) | Gets or sets the block attribute 420. |
| getEndBlockAttribute370() | Gets or sets the end block attribute 370. |
| setEndBlockAttribute370(Short value) | Gets or sets the end block attribute 370. |
| getBlockAttribute370() | Gets or sets the block attribute 370. |
| setBlockAttribute370(Short value) | Gets or sets the block attribute 370. |
| getDescription() | Gets or sets the description. |
| setDescription(String value) | Gets or sets the description. |
| getBlockAttribute48() | Gets or sets the block attribute48. |
| setBlockAttribute48(Double value) | Gets or sets the block attribute48. |
| getEndBlockAttribute48() | Gets or sets the end block attribute 48. |
| setEndBlockAttribute48(Double value) | Gets or sets the end block attribute 48. |
| getBlockAttribute62() | Gets or sets the block attribute 62. |
| setBlockAttribute62(Short value) | Gets or sets the block attribute 62. |
| getEndBlockAttribute62() | Gets or sets the end block attribute 62. |
| setEndBlockAttribute62(Short value) | Gets or sets the end block attribute 62. |
| getBasePoint() | Gets or sets the base point. |
| setBasePoint(Cad3DPoint value) | Gets or sets the base point. |
| getEntities() | Gets or sets the entities. |
| setEntities(CadBaseEntity[] value) | Gets or sets the entities. |
| getFlags() | Gets or sets the flags. |
| setFlags(short value) | Gets or sets the flags. |
| getAttribute71() | Gets or sets the attribute 71. |
| setAttribute71(Short value) | Gets or sets the attribute 71. |
| getBlockHandle() | Gets or sets the handle. |
| setBlockHandle(String value) | Gets or sets the handle. |
| getEndBlockModelSegregated() | Gets or sets a value indicating whether [end block model segregated]. |
| setEndBlockModelSegregated(boolean value) | Gets or sets a value indicating whether [end block model segregated]. |
| getBlockModelSegregated() | Gets or sets a value indicating whether [model segregated]. |
| setBlockModelSegregated(boolean value) | Gets or sets a value indicating whether [model segregated]. |
| getEndBlockHandle() | Gets or sets the handle2. |
| setEndBlockHandle(String value) | Gets or sets the handle2. |
| getName() | Gets or sets the name. |
| setName(String value) | Gets or sets the name. |
| getXRefPathName() | Gets or sets the XRef path. |
| setXRefPathName(String value) | Gets or sets the XRef path. |
| getSoftOwner() | Gets or sets the soft owner. |
| setSoftOwner(String value) | Gets or sets the soft owner. |
| getLayerName() | Gets or sets the layer. |
| setLayerName(String value) | Gets or sets the layer. |
| getEndBlockLayerName() | Gets or sets the end name of the block layer. |
| setEndBlockLayerName(String value) | Gets or sets the end name of the block layer. |
| getAttribute6() | Gets or sets the attribute6. |
| setAttribute6(String value) | Gets or sets the attribute6. |
| getEndBlockAttribute6() | Gets or sets the end block attribute 6. |
| setEndBlockAttribute6(String value) | Gets or sets the end block attribute 6. |
| getXdataContainer() | Gets or sets the xdata container. |
| setXdataContainer(CadXdataContainer value) | Gets or sets the xdata container. |
| getCadBlockTableObject() | Associated block table object |
| setCadBlockTableObject(CadBlockTableObject value) | Associated block table object |
| getCadBlockNameEntity() | Associated block name entity |
| setCadBlockNameEntity(CadBaseEntity value) | Associated block name entity |
| getCadEndBlockNameEntity() | Associated end block name entity |
| setCadEndBlockNameEntity(CadBaseEntity value) | Associated end block name entity |
| getAttDefs() | Gets the attribute definitions |
| getOriginalBlockName() | Name of the original dynamic block, or real block name if it’s not originated from dynamic block |
| addEntity(CadBaseEntity entityObject) | Adds the entity. |
CadBlockEntity()
public CadBlockEntity()
Initializes a new instance of the CadBlockEntity class.
getBlockAttribute420()
public final Integer getBlockAttribute420()
Gets or sets the block attribute 420.
Returns: Integer - The block attribute 420.
setBlockAttribute420(Integer value)
public final void setBlockAttribute420(Integer value)
Gets or sets the block attribute 420.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Integer | The block attribute 420. |
getEndBlockAttribute420()
public final Integer getEndBlockAttribute420()
Gets or sets the block attribute 420.
Returns: Integer - The block attribute 420.
setEndBlockAttribute420(Integer value)
public final void setEndBlockAttribute420(Integer value)
Gets or sets the block attribute 420.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Integer | The block attribute 420. |
getEndBlockAttribute370()
public final Short getEndBlockAttribute370()
Gets or sets the end block attribute 370.
Returns: Short - The end block attribute 370.
setEndBlockAttribute370(Short value)
public final void setEndBlockAttribute370(Short value)
Gets or sets the end block attribute 370.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Short | The end block attribute 370. |
getBlockAttribute370()
public final Short getBlockAttribute370()
Gets or sets the block attribute 370.
Returns: Short - The block attribute 370.
setBlockAttribute370(Short value)
public final void setBlockAttribute370(Short value)
Gets or sets the block attribute 370.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Short | The block attribute 370. |
getDescription()
public final String getDescription()
Gets or sets the description.
Returns: String - The description.
setDescription(String value)
public final void setDescription(String value)
Gets or sets the description.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The description. |
getBlockAttribute48()
public final Double getBlockAttribute48()
Gets or sets the block attribute48.
Returns: Double - The block attribute48.
setBlockAttribute48(Double value)
public final void setBlockAttribute48(Double value)
Gets or sets the block attribute48.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Double | The block attribute48. |
getEndBlockAttribute48()
public final Double getEndBlockAttribute48()
Gets or sets the end block attribute 48.
Returns: Double - The end block attribute 48.
setEndBlockAttribute48(Double value)
public final void setEndBlockAttribute48(Double value)
Gets or sets the end block attribute 48.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Double | The end block attribute 48. |
getBlockAttribute62()
public final Short getBlockAttribute62()
Gets or sets the block attribute 62.
Returns: Short - The block attribute 62.
setBlockAttribute62(Short value)
public final void setBlockAttribute62(Short value)
Gets or sets the block attribute 62.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Short | The block attribute 62. |
getEndBlockAttribute62()
public final Short getEndBlockAttribute62()
Gets or sets the end block attribute 62.
Returns: Short - The end block attribute 62.
setEndBlockAttribute62(Short value)
public final void setEndBlockAttribute62(Short value)
Gets or sets the end block attribute 62.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Short | The end block attribute 62. |
getBasePoint()
public final Cad3DPoint getBasePoint()
Gets or sets the base point.
Returns: Cad3DPoint
setBasePoint(Cad3DPoint value)
public final void setBasePoint(Cad3DPoint value)
Gets or sets the base point.
getEntities()
public final CadBaseEntity[] getEntities()
Gets or sets the entities.
Returns: CadBaseEntity[]
setEntities(CadBaseEntity[] value)
public final void setEntities(CadBaseEntity[] value)
Gets or sets the entities.
getFlags()
public final short getFlags()
Gets or sets the flags.
Returns: short
setFlags(short value)
public final void setFlags(short value)
Gets or sets the flags.
getAttribute71()
public final Short getAttribute71()
Gets or sets the attribute 71.
Returns: Short - The attribute 71.
setAttribute71(Short value)
public final void setAttribute71(Short value)
Gets or sets the attribute 71.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Short | The attribute 71. |
getBlockHandle()
public final String getBlockHandle()
Gets or sets the handle.
Returns: String
setBlockHandle(String value)
public final void setBlockHandle(String value)
Gets or sets the handle.
getEndBlockModelSegregated()
public final boolean getEndBlockModelSegregated()
Gets or sets a value indicating whether [end block model segregated].
Returns: boolean - true if [end block model segregated]; otherwise, false .
setEndBlockModelSegregated(boolean value)
public final void setEndBlockModelSegregated(boolean value)
Gets or sets a value indicating whether [end block model segregated].
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | true if [end block model segregated]; otherwise, false . |
getBlockModelSegregated()
public final boolean getBlockModelSegregated()
Gets or sets a value indicating whether [model segregated].
Returns: boolean - true if [model segregated]; otherwise, false .
setBlockModelSegregated(boolean value)
public final void setBlockModelSegregated(boolean value)
Gets or sets a value indicating whether [model segregated].
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | true if [model segregated]; otherwise, false . |
getEndBlockHandle()
public final String getEndBlockHandle()
Gets or sets the handle2.
Returns: String - The handle2.
setEndBlockHandle(String value)
public final void setEndBlockHandle(String value)
Gets or sets the handle2.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The handle2. |
getName()
public final String getName()
Gets or sets the name.
Returns: String
setName(String value)
public final void setName(String value)
Gets or sets the name.
getXRefPathName()
public final String getXRefPathName()
Gets or sets the XRef path.
Returns: String - The XRef path.
setXRefPathName(String value)
public final void setXRefPathName(String value)
Gets or sets the XRef path.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The XRef path. |
getSoftOwner()
public final String getSoftOwner()
Gets or sets the soft owner.
Returns: String - The soft owner (the same for Block and EndBlock)
setSoftOwner(String value)
public final void setSoftOwner(String value)
Gets or sets the soft owner.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The soft owner (the same for Block and EndBlock) |
getLayerName()
public final String getLayerName()
Gets or sets the layer.
Returns: String - The layer.
setLayerName(String value)
public final void setLayerName(String value)
Gets or sets the layer.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The layer. |
getEndBlockLayerName()
public final String getEndBlockLayerName()
Gets or sets the end name of the block layer.
Returns: String - The end name of the block layer.
setEndBlockLayerName(String value)
public final void setEndBlockLayerName(String value)
Gets or sets the end name of the block layer.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The end name of the block layer. |
getAttribute6()
public final String getAttribute6()
Gets or sets the attribute6.
Returns: String - The attribute6.
setAttribute6(String value)
public final void setAttribute6(String value)
Gets or sets the attribute6.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The attribute6. |
getEndBlockAttribute6()
public final String getEndBlockAttribute6()
Gets or sets the end block attribute 6.
Returns: String - The end block attribute 6.
setEndBlockAttribute6(String value)
public final void setEndBlockAttribute6(String value)
Gets or sets the end block attribute 6.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The end block attribute 6. |
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. |
getCadBlockTableObject()
public final CadBlockTableObject getCadBlockTableObject()
Associated block table object
Returns: CadBlockTableObject
setCadBlockTableObject(CadBlockTableObject value)
public final void setCadBlockTableObject(CadBlockTableObject value)
Associated block table object
getCadBlockNameEntity()
public final CadBaseEntity getCadBlockNameEntity()
Associated block name entity
Returns: CadBaseEntity
setCadBlockNameEntity(CadBaseEntity value)
public final void setCadBlockNameEntity(CadBaseEntity value)
Associated block name entity
getCadEndBlockNameEntity()
public final CadBaseEntity getCadEndBlockNameEntity()
Associated end block name entity
Returns: CadBaseEntity
setCadEndBlockNameEntity(CadBaseEntity value)
public final void setCadEndBlockNameEntity(CadBaseEntity value)
Associated end block name entity
getAttDefs()
public final com.aspose.ms.System.Collections.Generic.Dictionary<String,CadAttDef> getAttDefs()
Gets the attribute definitions
Returns: com.aspose.ms.System.Collections.Generic.Dictionary<String,CadAttDef>
getOriginalBlockName()
public final String getOriginalBlockName()
Name of the original dynamic block, or real block name if it’s not originated from dynamic block
Returns: String
addEntity(CadBaseEntity entityObject)
public final void addEntity(CadBaseEntity entityObject)
Adds the entity.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| entityObject | CadBaseEntity | The entity object. |