BendingDetailCustomFieldProperties
Description:
Represents the properties of a Bending Detail Custom Field.
Represents the properties of a Bending Detail Custom Field.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Structure.BendingDetailCustomFieldProperties
System.Object
Autodesk.Revit.DB.Structure.BendingDetailCustomFieldProperties
public class BendingDetailCustomFieldProperties : ICustomFieldProperties,
IDisposable
| Name | Return Type | Description |
|---|---|---|
| AreEqualTo(ICustomFieldProperties) | bool | Identifies if the custom field properties are equal or not. |
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| AngularDimensionsDisplayOption | BendingDetailAngularDimensionsDisplayOptions | Identifies the angular dimensions display options. |
| AngularDimensionsEnabled | bool | Identifies if any angular dimensions will be shown or not. |
| AngularDimensionsForHooksEnabled | bool | Identifies if the angular dimensions which has a reference set on a hook will be shown or not. |
| AngularDimensionsMeasurementOptions | BendingDetailAngularDimensionsMeasurementOptions | Identifies the measurement option for angular dimensions. |
| AngularDimensionsOffset | double | Identifies the offset of the angular dimensions. |
| AngularDimensionTextPosition | BendingDetailDimensionTextPosition | Identifies the text position with respect to dimension line. |
| AngularDimensionTypeId | ElementId | Identifies the Id of the angular dimension type which is used to show dimensions. |
| BendDiameterDimensionsEnabled | bool | Identifies if any radial or diameter dimensions will be shown or not. |
| BendDiameterDimensionsForHooksEnabled | bool | Identifies if radial or diameter dimensions will be shown for hook fillets This property has a meaning only if is set to true. |
| BendDiameterDimensionsForSegmentsEnabled | bool | Identifies if radial or diameter dimensions will be shown for the bends between segments. Radial or diameter dimesions for arc segments will be shown by default. This property has a menaning only if is set to true. |
| BendDiameterDimensionType | BendingDetailBendDiameterDimensionType | Identifies what type of bend diameter dimensions will be shown (radial or diameter). |
| DiameterDimensionTypeId | ElementId | Identifies the Id of the diameter dimension type which is used to show dimensions. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| LineStyleId | ElementId | Identifies the line style that is used for drawing Bending Detail curves. |
| MultipleValuesIndicatorOption | BendingDetailCustomFieldMultipleValuesIndicatorOptions | Identifies how the Bending Detail will represent the varying rebar dimensions. |
| OrthogonalAndOverallDimesionsEnabled | bool | Identifies if orthogonal and overall dimensions are displayed. |
| ParametersDisplayOption | BendingDetailDisplayParametersOptions | Identifies how the parameters will be represented. |
| RadialDimensionTypeId | ElementId | Identifies the Id of the radial dimension type which is used to show dimensions. |
| RepresentaionOf3DShapes | BendingDetailFor3DShapesOptions | Identifies how the Bending Detail will represent the 3D shapes. |
| SegmentLengthDimensionsEnabled | bool | Identifies if any segment length dimensions will be shown or not. |
| SegmentLengthDimensionsForHooksEnabled | bool | Identifies if segment length dimensions for hooks will be shown or not. If this property is true, the should also be true to see segment length dimensions for hooks. |
| SegmentLengthDimensionsOffset | double | Identifies the offset of the segment length dimensions. |
| SegmentLengthDimensionTextPosition | BendingDetailDimensionTextPosition | Identifies the text position with respect to dimension line. |
| SegmentLengthDimensionTypeId | ElementId | Identifies the Id of the linear dimension type which is used to show segments length. |
| SegmentLengthsDisplayOption | BendingDetailSegmentLengthsDisplayOptions | Identifies if the segment lengths are represented using dimensions or just as text. |
| SegmentLengthsForArcsDisplayOption | BendingDetailSegmentLengthsDisplayOptions | Identifies if the arc segment lengths are represented using dimensions or just as text. Only RebarShapes whose definition is RebarShapeDefinitionByArc are considered that have arc segments. |
| SegmentsRepresentation | BendingDetailSegmentsRepresentation | Identifies how the bending detail will represent the segments of the bar. |