FaceBasedPlacementType Enumeration

FaceBasedPlacementType Enumeration

This enumerated type specifies options available for placement of a face-based family instance.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum FaceBasedPlacementType
Public Enumeration FaceBasedPlacementType
public enum class FaceBasedPlacementType
type FaceBasedPlacementType
Members
Member nameValueDescription
Default0 Placement the instance which is not face-based.
PlaceOnFace2 Placement on a selected face from existing geometry.
PlaceOnVerticalFace1 Placement on a vertical face.
PlaceOnWorkPlane3 Placement on current workplane.
See Also