BendingDetailCustomFieldProperties
Represents the properties of a Bending Detail Custom Field.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.Structure.BendingDetailCustomFieldProperties
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class BendingDetailCustomFieldProperties : ICustomFieldProperties, IDisposableThe BendingDetailCustomFieldProperties type exposes the following members.
Properties
Name
Description
Public Property
AngularDimensionsDisplayOption
Identifies the angular dimensions display options.
Public Property
AngularDimensionsEnabled
Identifies if any angular dimensions will be shown or not.
Public Property
AngularDimensionsForHooksEnabled
Identifies if the angular dimensions which has a reference set on a hook will be shown or not.
Public Property
AngularDimensionsMeasurementOptions
Identifies the measurement option for angular dimensions.
Public Property
AngularDimensionsOffset
Identifies the offset of the angular dimensions.
Public Property
AngularDimensionTextPosition
Identifies the text position with respect to dimension line.
Public Property
AngularDimensionTypeId
Identifies the Id of the angular dimension type which is used to show dimensions.
Public Property
BendDiameterDimensionsEnabled
Identifies if any radial or diameter dimensions will be shown or not.
Public Property
BendDiameterDimensionsForHooksEnabled
Identifies if radial or diameter dimensions will be shown for hook fillets This property has a meaning only if
BendDiameterDimensionsEnabled
is set to true.Public Property
BendDiameterDimensionsForSegmentsEnabled
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
BendDiameterDimensionsEnabled
is set to true.Public Property
BendDiameterDimensionType
Identifies what type of bend diameter dimensions will be shown (radial or diameter).
Public Property
DiameterDimensionTypeId
Identifies the Id of the diameter dimension type which is used to show dimensions.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public Property
LineStyleId
Identifies the line style that is used for drawing Bending Detail curves.
Public Property
MultipleValuesIndicatorOption
Identifies how the Bending Detail will represent the varying rebar dimensions.
Public Property
OrthogonalAndOverallDimesionsEnabled
Identifies if orthogonal and overall dimensions are displayed.
Public Property
ParametersDisplayOption
Identifies how the parameters will be represented.
Public Property
RadialDimensionTypeId
Identifies the Id of the radial dimension type which is used to show dimensions.
Public Property
RepresentaionOf3DShapes
Identifies how the Bending Detail will represent the 3D shapes.
Public Property
SegmentLengthDimensionsEnabled
Identifies if any segment length dimensions will be shown or not.
Public Property
SegmentLengthDimensionsForHooksEnabled
Identifies if segment length dimensions for hooks will be shown or not. If this property is true, the
SegmentLengthDimensionsEnabled
should also be true to see segment length dimensions for hooks.Public Property
SegmentLengthDimensionsOffset
Identifies the offset of the segment length dimensions.
Public Property
SegmentLengthDimensionTextPosition
Identifies the text position with respect to dimension line.
Public Property
SegmentLengthDimensionTypeId
Identifies the Id of the linear dimension type which is used to show segments length.
Public Property
SegmentLengthsDisplayOption
Identifies if the segment lengths are represented using dimensions or just as text.
Public Property
SegmentLengthsForArcsDisplayOption
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.
Public Property
SegmentsRepresentation
Identifies how the bending detail will represent the segments of the bar.
Methods
Name
Description
Public Method
AreEqualTo
Identifies if the custom field properties are equal or not.
Public Method
Dispose
Releases all resources used by the BendingDetailCustomFieldProperties
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)