Share

RebarShapeDefinitionBySegments Methods

The RebarShapeDefinitionBySegments type exposes the following members.

Methods

 NameDescription
Public methodAddBendDefaultRadius Specify a default-radius bend.
Public methodAddBendVariableRadius Specify a variable-radius bend.
Public methodAddConstraintParallelToSegment Constrain the length of a segment by parameterizing its length.
Public methodAddConstraintToSegment Add a constraint that helps determine the length of a segment.
Public methodAddFormulaParameter Add a formula-driven parameter to the shape definition.
(Inherited from RebarShapeDefinition)
Public methodAddListeningDimensionBendToBend Specify a dimension between two bends, measured by a read-only parameter.
Public methodAddListeningDimensionSegmentToBend Specify a dimension perpendicular to one fixed-direction segment, referring to that segment and some other bend in the shape, measured by a read-only parameter.
Public methodAddListeningDimensionSegmentToSegment Specify a dimension perpendicular to two fixed-direction segments, measured by a read-only parameter.
Public methodAddParameter Add a parameter to the shape definition.
(Inherited from RebarShapeDefinition)
Public methodCheckDefaultParameterValues Check that the shape can be solved with the default parameter values.
(Inherited from RebarShapeDefinition)
Public methodDispose
(Inherited from RebarShapeDefinition)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetParameterDefaultValue Return the parameter's default value as stored in the definition.
(Inherited from RebarShapeDefinition)
Public methodGetParameterFormula Return the parameter's formula, if one is associated with it.
(Inherited from RebarShapeDefinition)
Public methodGetParameters Return the Ids of the shared parameters in the Definition.
(Inherited from RebarShapeDefinition)
Public methodGetSegment Return a reference to one of the segments in the definition.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetVertex Return a reference to one of the vertices in the definition.
Public methodHasParameter Whether the definition stores the parameter.
(Inherited from RebarShapeDefinition)
Public methodRemoveParameter Remove the parameter from the definition.
(Inherited from RebarShapeDefinition)
Public methodRemoveParameterFromSegment Remove constraints from a segment.
Public methodSetParameterDefaultValue Change the parameter's value as stored in the definition.
(Inherited from RebarShapeDefinition)
Public methodSetParameterFormula Associate a formula with the parameter.
(Inherited from RebarShapeDefinition)
Public methodSetSegmentAs180DegreeBend(Int32) Indicates that a segment is a "virtual" segment introduced to describe a 180-degree bend. The radius of the bend will be taken from the Bar Type.
Public methodSetSegmentAs180DegreeBend(Int32, ElementId, Boolean) Indicate that a segment is a "virtual" segment introduced to describe a 180-degree bend. The radius of the bend will be driven by radiusParam.
Public methodSetSegmentFixedDirection Fix the direction of a segment.
Public methodSetSegmentVariableDirection Remove the fixed direction from a segment.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?