<Code Lib>
M

RebarSpliceUtils.CanRebarBeSpliced(Rebar, RebarSpliceOptions, RebarSpliceGeometry)

Description:
Verifies if the rebar can be spliced with the RebarSpliceGeometry.
Overloads (3):
CanRebarBeSpliced(Rebar,RebarSpliceOptions,RebarSpliceGeometry)

public static RebarSpliceError CanRebarBeSpliced(
	Rebar rebar,
	RebarSpliceOptions spliceOptions,
	RebarSpliceGeometry spliceGeometry
)

Return Value RebarSpliceError Will return RebarSpliceError.Success if it's possible to splice with point or other enum value corresponding to the error that occurred.

Loading…