2021 Enumeration
Changes 0
E

FamilyPlacementType

Description:
The type of placement required for a given family.
public enum FamilyPlacementType
Name Description
E OneLevelBased The family is placed referencing a single level.
E OneLevelBasedHosted The family is placed referencing a single level and host.
E TwoLevelsBased The family is placed referencing two levels (e.g. a column).
E ViewBased The family is view-specific (e.g. a detail annotation)
E WorkPlaneBased The family is placed on a work plane or face.
E CurveBased The family is based on a line and placed on a work plane.
E CurveBasedDetail The family is based on a line and place on a specific view (e.g. a detail component).
E CurveDrivenStructural The family is a structural curve driven member (beam, brace, or slanted column)
E Adaptive The family is an adaptive family.
E Invalid This signals an invalid value for the enum.