DgnSharedCellElement
Inheritance: java.lang.Object, DgnDrawingElementBase
Represents shared cell definition element
Methods
| Method | Description |
|---|---|
| getName() | Gets the name. |
| getId() | Gets the identifier. |
| getOrigin() | Gets cell’s origin point |
| getDefinition() | Gets the definition. |
| getMinPoint() | Gets the min point of object. |
| getMaxPoint() | Gets the max point of object. |
getName()
public final String getName()
Gets the name.
Returns: String - The name.
getId()
public final int getId()
Gets the identifier.
Returns: int - The identifier.
getOrigin()
public final DgnPoint getOrigin()
Gets cell’s origin point
Returns: DgnPoint
getDefinition()
public final DgnSharedCellDefinitionElement getDefinition()
Gets the definition.
Returns: DgnSharedCellDefinitionElement - The definition.
getMinPoint()
public Cad3DPoint getMinPoint()
Gets the min point of object.
Returns: Cad3DPoint - Min point of object.
getMaxPoint()
public Cad3DPoint getMaxPoint()
Gets the max point of object.
Returns: Cad3DPoint - Max point of object.