2027 Method
Changes 0
M

RebarShapeDefinitionBySegments.AddListeningDimensionSegmentToBend

Description:
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 void AddListeningDimensionSegmentToBend(
	ElementId paramId,
	double constraintDirCoordX,
	double constraintDirCoordY,
	int iSegment0,
	int iSegment1,
	int iEnd1
)
  • paramId
    Id of a parameter to report the length of the dimension. The parameter will be read-only on Rebar instances.
  • Double
    constraintDirCoordX
    The x-coordinate of a 2D vector specifying the constraint direction.
  • Double
    constraintDirCoordY
    The y-coordinate of a 2D vector specifying the constraint direction.
  • Int32
    iSegment0
    Index of the first segment (0 to NumberOfSegments - 1).
  • Int32
    iSegment1
    Index of the second segment (0 to NumberOfSegments - 1).
  • Int32
    iEnd1
    End (0 or 1) of the second segment.
  • paramId is not the id of a shared parameter in the current document, or its unit type is not Reinforcement_Length, Angle or Number. -or- The length of the vector (constraintDirCoordX, constraintDirCoordY) is too close to zero. -or- iSegment0 is not between 0 and NumberOfSegments. -or- Edge iSegment0 has a variable angle; it must have a fixed angle perpendicular to (constraintDirCoordX, constraintDirCoordY). -or- iSegment1 is not between 0 and NumberOfSegments. -or- iEnd1 is neither 0 nor 1.
  • A non-optional argument was null