IFCExtrusionCreationData.AllowVerticalOffsetOfBReps Property

IFCExtrusionCreationDataAllowVerticalOffsetOfBReps Property

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

Boolean
See Also