RebarShapeConstraintFixedSegmentDir Constructor |
Create a fixed segment direction constraint.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic RebarShapeConstraintFixedSegmentDir(
UV dir
)
Public Sub New (
dir As UV
)
public:
RebarShapeConstraintFixedSegmentDir(
UV^ dir
)
new :
dir : UV -> RebarShapeConstraintFixedSegmentDir
Parameters
- dir UV
-
A fixed direction in UV-space.
Exceptions
See Also