RebarShapeConstraintFixedSegmentDir Class


A constraint that can be applied to a RebarShapeSegment and fixes the direction of the segment in UV-space.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2012

Syntax

C#
public class RebarShapeConstraintFixedSegmentDir : RebarShapeConstraint
Visual Basic
Public Class RebarShapeConstraintFixedSegmentDir _
	Inherits RebarShapeConstraint
Visual C++
public ref class RebarShapeConstraintFixedSegmentDir : public RebarShapeConstraint

Inheritance Hierarchy

SystemObject
  Autodesk.Revit.DB.StructureRebarShapeConstraint
    Autodesk.Revit.DB.StructureRebarShapeConstraintFixedSegmentDir

See Also