RebarConstraintTargetHostFaceType Enumeration |
A type to help identify the individual face on a host element to which a Rebar handle
is constrained.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum RebarConstraintTargetHostFaceType
Public Enumeration RebarConstraintTargetHostFaceType
public enum class RebarConstraintTargetHostFaceType
type RebarConstraintTargetHostFaceType
MembersMember name | Value | Description |
---|
FaceWithTagId | 0 |
Face identified by integer tag.
|
Top | 1 |
Face forms the top surface of the host geometry.
|
Bottom | 2 |
Face forms the bottom surface of the host geometry.
|
End0 | 3 |
Face forms the starting end surface of the host geometry.
|
End1 | 4 |
Face forms the end surface of the host geometry.
|
Side0 | 5 |
Face forms the exterior surface of the host geometry.
|
Side1 | 6 |
Face forms the interior surface of the host geometry.
|
Remarks
For some types of host, it is possible to describe the face in terms of recognizable
topology (i.e. Top, Bottom, etc.). However, for most elements, the face can only be
identified by integer tag. In all cases, a Pick to the host face can be obtained
by calling RebarConstraint.GetTargetHostFaceReference().
See Also