public abstract class IfcEntityBase extends Object implements IIfcEntity
IfcEntity is a base abstract class for all IFC entities
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Determines whether the specified is equal to this instance.
|
List<IDrawingEntity> |
getChilds()
Gets the collection of a nested entities.
|
int |
getEntityLabel()
Gets the entity label.
|
String |
getId()
Gets the unique identifier of an object inside a drawing.
|
int |
hashCode()
Returns a hash code for this instance.
|
static boolean |
op_Equality(IfcEntityBase left,
IfcEntityBase right)
Implements the operator ==.
|
static boolean |
op_Inequality(IfcEntityBase left,
IfcEntityBase right)
Implements the operator !=.
|
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 int getEntityLabel()
Gets the entity label. Each entity has its label, which is unique and represents it in the file
Value: The entity label.getEntityLabel in interface IIfcEntitypublic boolean equals(Object obj)
Determines whether the specified is equal to this instance.
public int hashCode()
Returns a hash code for this instance.
public static boolean op_Equality(IfcEntityBase left, IfcEntityBase right)
Implements the operator ==. Used to compare two entities for equal
left - The left.right - The right.public static boolean op_Inequality(IfcEntityBase left, IfcEntityBase right)
Implements the operator !=. Used to compare two entities to does not equal
left - The left.right - The right.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.