IFCExtrusionCreationData.ForceOffset Property

IFCExtrusionCreationDataForceOffset Property

True to create new local placement with identity transform.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool ForceOffset { get; set; }
Public Property ForceOffset As Boolean
	Get
	Set
public:
property bool ForceOffset {
	bool get ();
	void set (bool value);
}
member ForceOffset : bool with get, set

Property Value

Boolean
See Also