RebarSpliceUtils.CanRebarBeSpliced(Rebar, RebarSpliceOptions, RebarSpliceGeometry)
Method
Description:
Verifies if the rebar can be spliced with the RebarSpliceGeometry.
Verifies if the rebar can be spliced with the RebarSpliceGeometry.
Syntax
public static RebarSpliceError CanRebarBeSpliced(
Rebar rebar,
RebarSpliceOptions spliceOptions,
RebarSpliceGeometry spliceGeometry
)
Parameters
Parameter | Type | Description |
---|---|---|
rebar | Rebar | The rebar to be spliced. |
spliceOptions | RebarSpliceOptions | The RebarSpliceOptions. |
spliceGeometry | RebarSpliceGeometry | The RebarSpliceGeometry. |
Return Value
Type | Description |
---|---|
RebarSpliceError | Will return RebarSpliceError.Success if it's possible to splice with point or other enum value corresponding to the error that occurred. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |