public abstract class StepRepresentationItem extends Object implements IDrawingEntity, IMeasurableEntity
RepresentationItem class for STP.
| Modifier and Type | Method and Description |
|---|---|
double |
getArea()
Gets the area of the entity.
|
List<IDrawingEntity> |
getChilds()
Gets the collection of a nested entities.
|
String |
getId()
Gets the unique identifier of an object inside a drawing.
|
abstract StepItemType |
getItemType() |
double |
getLength()
Gets the length of the entity.
|
String |
getName() |
int |
getUId() |
void |
setName(String value) |
void |
setUId(int value) |
public abstract StepItemType getItemType()
public final String getName()
public final void setName(String value)
public final int getUId()
public final void setUId(int value)
public final String getId()
IDrawingEntityGets the unique identifier of an object inside a drawing.
getId in interface IDrawingEntitypublic final List<IDrawingEntity> getChilds()
IDrawingEntityGets the collection of a nested entities.
getChilds in interface IDrawingEntitypublic final double getArea()
Gets the area of the entity.
getArea in interface IMeasurableEntitypublic final double getLength()
Gets the length of the entity.
getLength in interface IMeasurableEntityCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.