SpatialFieldPrimitiveHideMode Enumeration

SpatialFieldPrimitiveHideMode Enumeration

Defines modes which can be used by a SpatialFieldPrimitive to hide the original referenced element.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum SpatialFieldPrimitiveHideMode
Public Enumeration SpatialFieldPrimitiveHideMode
public enum class SpatialFieldPrimitiveHideMode
type SpatialFieldPrimitiveHideMode
Members
Member nameValueDescription
Default0 For ColoredSurface display style, hide only the referenced face passed at the primitive creation time. For DeformedShape display style, hide only the referenced face or curve passed at the primitive creation time.
HideNone1 Do not hide any piece of the original model element.
HideOnlyReference2 Hide only the referenced face or curve.
HideWholeElement3 Hide the whole referenced element.
See Also