IIfcEntity Interface

IIfcEntity interface. Common properties of entities with geometry created when reading IFC file.
Public Interface IIfcEntity 
Inherits IEntity, _ 
IEyeIfcObject
This language is not supported or no code example is available.
public interface IIfcEntity : IEntity
IEyeIfcObject
This language is not supported or no code example is available.
Name Description
Public property Axes Gets or Sets the entity axes representation.
Public property Color Gets or sets the entity color. (inherited from IEntity).
Public property ColorMethod Gets or sets the entity color source. (inherited from IEntity).
Public property GUID Gets or sets the Global Unique ID. (inherited from IEyeIfcObject).
Public property GlobalTransformation Gets or sets the the entity global transformation. (inherited from IEyeIfcObject).
Public property Identification Gets or sets the identification properties. (inherited from IEyeIfcObject).
Public property LayerName Gets or sets the name of the referenced Layer. (inherited from IEntity).
Public property LineTypeMethod Gets or sets the entity line type source. (inherited from IEntity).
Public property LineTypeName Gets or sets the line type name of the Environment.LineTypes dictionary. In use only if the LineTypeMethod is byEntity. (inherited from IEntity).
Public property LineTypeScale Gets or sets the line type scale. (inherited from IEntity).
Public property LineWeight Gets or sets the entity line weight. (inherited from IEntity).
Public property LineWeightMethod Gets or sets the entity line weight source. (inherited from IEntity).
Public property LocalTransformation Gets or sets the the entity local transformation, from Parent frame to entity frame. (inherited from IEyeIfcObject).
Public property Materials Gets or sets the entity materials.
Public property Openings Gets o sets the entity openings.
Public property Parent Gets or sets the parent's GUID. (inherited from IEyeIfcObject).
Public property Properties Gets or sets the object properties. (inherited from IEyeIfcObject).
Public property Visible Gets or sets the entity visibility status. (inherited from IEntity).
Public property XData Gets or sets the XData value list. (inherited from IEntity).
Top

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition