RebarSpliceShiftOption Enumeration |
Describes the way bars are shifted in the splice relation.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum RebarSpliceShiftOption
Public Enumeration RebarSpliceShiftOption
public enum class RebarSpliceShiftOption
type RebarSpliceShiftOption
MembersMember name | Value | Description |
---|
BarPlane | 0 |
Bar Plane is shifted so that the spliced rebars are not clashing.
|
None | 1 |
The bars are not shifted at all.
|
See Also