Returns the face to which the RebarConstraint is attached associated to the given target index.
The RebarConstraintType of the RebarConstraint must be 'FixedDistanceToHostFace' or 'ToCover.'
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2018
Syntax
C# |
---|
public Face GetTargetHostFaceAndTransform(
int targetIndex,
Transform faceTransform
) |
Visual Basic |
---|
Public Function GetTargetHostFaceAndTransform ( _
targetIndex As Integer, _
faceTransform As Transform _
) As Face |
Visual C++ |
---|
public:
Face^ GetTargetHostFaceAndTransform(
int targetIndex,
Transform^ faceTransform
) |
Return Value
Requested Face.
Exceptions
See Also