public class CadBlockEntity extends Object
The Cad block entity.
Constructor and Description |
---|
CadBlockEntity()
Initializes a new instance of the
CadBlockEntity class. |
Modifier and Type | Method and Description |
---|---|
void |
accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor,
boolean oldOrDamaged)
Accepts the specified visitor.
|
void |
addEntity(CadBaseEntity entityObject)
Adds the entity.
|
com.aspose.ms.System.Collections.Generic.Dictionary<String,CadAttDef> |
getAttDefs()
Gets the attribute definitions
|
Cad3DPoint |
getBasePoint()
Gets or sets the base point.
|
CadBaseEntity[] |
getEntities()
Gets or sets the entities.
|
short |
getFlags()
Gets or sets the flags.
|
String |
getHandle()
Gets or sets the handle.
|
String |
getName()
Gets or sets the name.
|
String |
getSoftOwner()
Gets or sets the soft owner.
|
CadXdataContainer |
getXdataContainer()
Gets or sets the xdata container.
|
void |
setBasePoint(Cad3DPoint value)
Gets or sets the base point.
|
void |
setEntities(CadBaseEntity[] value)
Gets or sets the entities.
|
void |
setFlags(short value)
Gets or sets the flags.
|
void |
setHandle(String value)
Gets or sets the handle.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setSoftOwner(String value)
Gets or sets the soft owner.
|
void |
setXdataContainer(CadXdataContainer value)
Gets or sets the xdata container.
|
public CadBlockEntity()
Initializes a new instance of the CadBlockEntity
class.
public Cad3DPoint getBasePoint()
Gets or sets the base point.
public void setBasePoint(Cad3DPoint value)
Gets or sets the base point.
public CadBaseEntity[] getEntities()
Gets or sets the entities.
public void setEntities(CadBaseEntity[] value)
Gets or sets the entities.
public short getFlags()
Gets or sets the flags.
public void setFlags(short value)
Gets or sets the flags.
public String getHandle()
Gets or sets the handle.
public void setHandle(String value)
Gets or sets the handle.
public String getName()
Gets or sets the name.
public void setName(String value)
Gets or sets the name.
public String getSoftOwner()
Gets or sets the soft owner.
Value: The soft owner.public void setSoftOwner(String value)
Gets or sets the soft owner.
Value: The soft owner.public CadXdataContainer getXdataContainer()
Gets or sets the xdata container.
Value: The xdata container.public void setXdataContainer(CadXdataContainer value)
Gets or sets the xdata container.
Value: The xdata container.public com.aspose.ms.System.Collections.Generic.Dictionary<String,CadAttDef> getAttDefs()
Gets the attribute definitions
public void addEntity(CadBaseEntity entityObject)
Adds the entity.
entityObject
- The entity object.public void accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor, boolean oldOrDamaged)
Accepts the specified visitor.
visitor
- The visitor.oldOrDamaged
- Sets reading in R12 mode.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.