Namespace:
Autodesk.Revit.DB.IFC
IFCExtrusionBasis
Enumeration
Description:
This enumerated type represents the possible bases for derivation of extrusion geometry.
This enumerated type represents the possible bases for derivation of extrusion geometry.
Syntax
public enum IFCExtrusionBasis
Unknown Namespace Members:
| Name | Description |
|---|---|
| InvalidBasis | An invalid basis (typically indicating that the extrusion extraction was unsuccessful). |
| BasisX | The X direction. |
| BasisY | The Y direction. |
| BasisZ | The Z direction. |