Share

RebarSpliceGeometry Constructor

Constructs a RebarSpliceGeometry.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public RebarSpliceGeometry(
	XYZ spliceOrigin,
	XYZ spliceNormal
)

Parameters

spliceOrigin  XYZ
The splice face origin.
spliceNormal  XYZ
The splice face normal.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException spliceNormal has zero length.

See Also

Reference

Was this information helpful?