RebarShapeConstraintAngleFromFixedDir Class


A constraint which can be applied to a RebarShapeSegment and drives the angle of the segment relative to a fixed direction in UV-space.

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

Syntax

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

Inheritance Hierarchy

System Object
Autodesk.Revit.DB.Structure RebarShapeConstraint
Autodesk.Revit.DB.Structure RebarShapeConstraintAngleFromFixedDir

See Also