Revit 2025.3 API
IFCExtrusion |
The inner perimeter of the extrusion, scaled to the units of export.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double ScaledInnerPerimeter { get; set; }
Public Property ScaledInnerPerimeter As Double Get Set
public: property double ScaledInnerPerimeter { double get (); void set (double value); }
member ScaledInnerPerimeter : float with get, set
Property Value
DoubleThis value represents the perimeter of all of the inner curve loops within the area of the extrusion. Zero if the perimeter has never been set on this object.
See Also