Revit 2025.3 API
IFCExtrusion |
Allows vertical shifting of breps when moving towards the origin.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool AllowVerticalOffsetOfBReps { get; set; }
Public Property AllowVerticalOffsetOfBReps As Boolean Get Set
public: property bool AllowVerticalOffsetOfBReps { bool get (); void set (bool value); }
member AllowVerticalOffsetOfBReps : bool with get, set
Property Value
BooleanSee Also