RebarShapeDefinitionByArc Constructor (Document, RebarShapeDefinitionByArcType)


Rebar Shape Definition By Arc(Document, Rebar Shape Definition By Arc Type) Constructor

Create a non-spiral shape definition.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public RebarShapeDefinitionByArc(
	Document doc,
	RebarShapeDefinitionByArcType type
)

Parameters

doc Document
type RebarShapeDefinitionByArcType
Exceptions
Exception Condition
ArgumentException The arc type cannot be set directly to Spiral. Instead, call SetArcTypeSpiral() to provide defaults for spiral parameters.
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration
Remarks
Replaces RebarShape.NewDefinitionByArc() from prior versions.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →