Enum vdIFCProduct.IfcElementTypeName
- Namespace
- vdIFC
- Assembly
- vdIFC.dll
Supported IFC types by a vdIFCProduct object IFCType
public enum vdIFCProduct.IfcElementTypeName
Fields
Default = 0VDIFC Framework automatically selects an IFC Element type for a vdIFCProduct object.
IfcBeam = 2IFC Element Type Name
IfcBuildingElementProxy = 1IFC Element Type Name
IfcCivilElement = 21IFC Element Type Name
IfcColumn = 3IFC Element Type Name
IfcCovering = 4IFC Element Type Name
IfcCurtainWall = 5IFC Element Type Name
IfcDistributionElement = 22IFC Element Type Name
IfcDoor = 6IFC Element Type Name
IfcElementAssembly = 23IFC Element Type Name
IfcFooting = 7IFC Element Type Name
IfcGeographicElement = 25IFC Element Type Name
IfcMember = 8IFC Element Type Name
IfcPile = 9IFC Element Type Name
IfcPlate = 10IFC Element Type Name
IfcRailing = 11IFC Element Type Name
IfcRamp = 12IFC Element Type Name
IfcRampFlight = 13IFC Element Type Name
IfcRoof = 14IFC Element Type Name
IfcSlab = 15IFC Element Type Name
IfcSpace = 27IFC Element Type Name
IfcStair = 16IFC Element Type Name
IfcStairFlight = 17IFC Element Type Name
IfcSystemFurnitureElement = 24IFC Element Type Name
IfcTransportElement = 26IFC Element Type Name
IfcVirtualElement = 20IFC Element Type Name
IfcWall = 18IFC Element Type Name
IfcWindow = 19IFC Element Type Name
Remarks
In case you put a type that is not supported(not only from the enum but generally in IFC) then this will be converted to IfcVirtualElement or IfcBuildingElementProxy depending where the product is added.