Share

OpeningWrappingCondition Enumeration

Used by CompoundStructure to describe which shell layers participate in wrapping at openings.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum OpeningWrappingCondition

Members

Member nameValueDescription
Exterior1 Only the exterior shell layers participate in wrapping at openings.
ExteriorAndInterior3 Both interior and exterior shell layers participate in wrapping at openings.
Interior2 Only the interior shell layers participate in wrapping at openings.
None0 None of the shell layers participate in wrapping at openings.

See Also

Reference

Was this information helpful?